close
Close the file
class BinaryFile { async close(): Promise<void>;}Returns
close returns a Promise which is resolved when the operation has succeded.
Close the file
class BinaryFile { async close(): Promise<void>;}close returns a Promise which is resolved when the operation has succeded.