FileBuffer

Owns a (rmem-managed) file buffer.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

extractSlice
ubyte[] extractSlice()

Transfers ownership of the buffer to the caller.

Static functions

create
FileBuffer* create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
ubyte[] data;
Undocumented in source.

Meta