public interface PacketWriter
The method write(ByteBuffer[])
converts an incoming byte array
to an outgoing byte array.
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer[] |
write(java.nio.ByteBuffer[] byteBuffer)
Convert the incoming bytes to the bytes to be serialized.
|