public interface IEvioWriter
Modifier and Type | Method and Description |
---|---|
int |
write(java.nio.ByteBuffer byteBuffer)
Write myself out a byte buffer.
|
int write(java.nio.ByteBuffer byteBuffer) throws java.nio.BufferOverflowException
byteBuffer
- the byteBuffer to write to.java.nio.BufferOverflowException
- if insufficient room to write header into buffer.