PackedInputStream

Undocumented in source.

Constructors

this
this(BufferedInputStream input)
Undocumented in source.

Members

Functions

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

Inherited Members

From ReadableByteChannel

isOpen
bool isOpen()
Undocumented in source.
close
void close()
Undocumented in source.
read
size_t read(ByteBuffer dst)
Undocumented in source.

Meta