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