BioWrapper

A utility wrapper that abstracts operations on the underlying native BIO instance.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
getPendingWrittenBytes
int getPendingWrittenBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
readDirectByteBuffer
int readDirectByteBuffer(long destAddress, int destLength)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDirectByteBuffer
int writeDirectByteBuffer(long address, int length)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta