BufferedInputStreamWrapper

Undocumented in source.

Constructors

this
this(ReadableByteChannel chan)
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.
readAtLeast
int readAtLeast(ReadableByteChannel reader, ByteBuffer buf, size_t minBytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BufferedInputStream

getReadBuffer
ByteBuffer* getReadBuffer()
Undocumented in source.

Meta