ByteBufferStreampublic interface ByteBufferStream implements FlushableAdd Flushable properties to a ByteBuffer stream. |
Methods Summary |
---|
public void | flush()Flush the current ByteBuffer
| public void | write(java.nio.ByteBuffer byteBuffer)Write the ByteBuffer
|
|