MemoryReaderStream

Undocumented in source.

Constructors

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

Members

Functions

getPosition
SimpleResult!size_t getPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
getSize
SimpleResult!size_t getSize()
Undocumented in source. Be warned that the author may not have intended to support it.
hasData
bool hasData()
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
bool isOpen()
Undocumented in source. Be warned that the author may not have intended to support it.
read
SimpleResult!size_t read(void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
setPosition
SimpleResult!void setPosition(size_t position)
Undocumented in source. Be warned that the author may not have intended to support it.
write
SimpleResult!size_t write(void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

canPosition
enum canPosition;
Undocumented in source.
canRead
enum canRead;
Undocumented in source.
canWrite
enum canWrite;
Undocumented in source.

Meta