The function to close the Java writer.
var binaryWriter = new BinaryWriter("input/test.txt", [5,10,5], ["MS932","MS932","MS932"], 20); ... binaryWriter.close();
binaryWriter. close ( )
void