InStream

Binary stream to read from.

Members

Functions

read
string read()

Extract a string.

read
wstring read()

Extract a wstring.

read
dstring read()

Extract a dstring.

read
T[] read()

Extract an array.

read
T read()

Extract a value.

set
void set(ubyte[] buffer)

Sets a raw buffer.

Properties

data
ubyte[] data [@property setter]
ubyte[] data [@property getter]

Raw buffer.

length
size_t length [@property setter]
size_t length [@property getter]

Total size of the buffer.

Meta