YMemoryStream

Undocumented in source.

Members

Functions

flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
write
size_t write(const(ubyte)[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
writeExact
void writeExact(void* buffer, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

writeable
bool writeable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
ubyte[] data;
Undocumented in source.

Inherited Members

From YStream

writeExact
void writeExact(void* buffer, size_t size)
Undocumented in source.
write
size_t write(const(ubyte)[] buffer)
Undocumented in source.
flush
void flush()
Undocumented in source.
writeable
bool writeable [@property getter]
Undocumented in source.

Meta