Text.Reader

Undocumented in source.

Constructors

this
this(ByteBuffer buffer, int offset, int size)
Undocumented in source.
this
this(string value)
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.
toString
string toString()
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