ArrayCursor

Undocumented in source.

Constructors

this
this(const(ubyte)[] array, string name)
Undocumented in source.

Members

Functions

ffw
void ffw(ulong dist)
Undocumented in source. Be warned that the author may not have intended to support it.
get
ubyte get()
Undocumented in source. Be warned that the author may not have intended to support it.
read
ubyte[] read(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
readInner
const(ubyte)[] readInner(size_t len)

Read up to len bytes from the inner array and return what was read. Returns an array smaller than len only if EOI was reached.

seek
void seek(ulong pos)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

eoi
bool eoi [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
pos
ulong pos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
ulong size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SearchableCursor

size
ulong size [@property getter]

Complete size of the data

seek
void seek(ulong pos)

Seek to a new position (relative to beginning)

Meta