FileBuffer

Owns a (rmem-managed) file buffer.

struct FileBuffer {
ubyte[] data;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Members

Functions

extractSlice
ubyte[] extractSlice()

Transfers ownership of the buffer to the caller.

Suggestion Box / Bug Report