ClosableRandomAccessStream

Random access stream with support for explicit closing.

interface ClosableRandomAccessStream : TruncatableStream {}

Members

Functions

close
void close()

Actively closes the stream and frees associated resources.

Properties

isOpen
bool isOpen [@property getter]

Determines if the file stream is still open and accessible

Inherited Members

From TruncatableStream

truncate
void truncate(ulong size)

Truncates or extends the size of the stream

Meta