ArrayInputStream

Undocumented in source.

Constructors

this
this(ByteBuffer buf)
Undocumented in source.
this
this(ubyte[] buf)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
getReadBuffer
ByteBuffer* getReadBuffer()
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
size_t read(ByteBuffer dst)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buf
ByteBuffer buf;
Undocumented in source.

Inherited Members

From BufferedInputStream

getReadBuffer
ByteBuffer* getReadBuffer()
Undocumented in source.

Meta