Data.Reader

Undocumented in source.

Constructors

this
this(ByteBuffer buffer, int offset, int size)
Undocumented in source.
this
this(ubyte[] bytes)
Undocumented in source.

Members

Functions

asByteBuffer
ByteBuffer asByteBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
toArray
ubyte[] toArray()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
ByteBuffer buffer;
Undocumented in source.
offset
int offset;
Undocumented in source.
size
size_t size;
Undocumented in source.

Meta