Constructs a file stream.
Closes the stream.
Clears all buffers of the stream and causes data to be written to the underlying device.
Reads bytes from the specified stream in to the specified buffer
Sets the reading position within the stream
Writes bytes from the specified buffer in to the stream
Whether the stream can be flushed to disk.
Whether the stream can be read from.
Whether the stream can be seeked.
Whether the stream can timeout during operations.
Whether the stream can be written to.
Length of the stream.
Timeout in milliseconds before a read operation will fail.
Position in stream
Timeout in milliseconds before a write operation will fail.
Whether the stream can be read from.
Whether the stream can be written to.
Whether the stream can be seeked.
Whether the stream can timeout during operations.
Whether the stream can be flushed to disk.
Length of the stream.
Position in stream
Timeout in milliseconds before a read operation will fail.
Timeout in milliseconds before a write operation will fail.
Clears all buffers of the stream and causes data to be written to the underlying device.
Sets the reading position within the stream
Closes the stream.
Reads bytes from the specified stream in to the specified buffer
Writes bytes from the specified buffer in to the stream
A file stream.