MemoryStream

Undocumented in source.

Constructors

this
this(void[] data)
Undocumented in source.

Members

Functions

data
data()
Undocumented in source. Be warned that the author may not have intended to support it.
length
length()
Undocumented in source. Be warned that the author may not have intended to support it.
read
bool read(ubyte[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
read
bool read(ubyte[] v, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
readstr
bool readstr(E[] v, size_t maxLen)
Undocumented in source. Be warned that the author may not have intended to support it.
rskip
bool rskip(size_t cnt)
Undocumented in source. Be warned that the author may not have intended to support it.
write
bool write(ubyte[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
wskip
bool wskip(size_t cnt)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta