File.ReadResult

Members

Functions

extractDataZ
ubyte[] extractDataZ()

ditto Include the null-terminator at the end of the buffer in the returned array.

extractSlice
ubyte[] extractSlice()

Transfers ownership of the buffer to the caller.

Variables

buffer
FileBuffer buffer;
Undocumented in source.
success
bool success;
Undocumented in source.

Meta