PackedOutputStream

Undocumented in source.

Constructors

this
this(BufferedOutputStream output)
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.
write
size_t write(ByteBuffer inBuf)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

inner
BufferedOutputStream inner;
Undocumented in source.

Inherited Members

From WritableByteChannel

isOpen
bool isOpen()
Undocumented in source.
close
void close()
Undocumented in source.
write
size_t write(ByteBuffer src)
Undocumented in source.

Meta