FileStream
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Closes the FileStream resource, pushing all potentially buffered data to the underlying File for which this stream belongs. Subsequent invocations do nothing.
Closes the resource releasing any system resources that may be allocated to this Closeable. Subsequent invocations do nothing.
Link copied to clipboard
Retrieves the current position of the file pointer for which the next operation will occur at.
Sets the FileStream.position to new.
Link copied to clipboard
Syncs any updates to the File for which this stream belongs, to the device filesystem. This is akin to fsync/fdatasync.