public interface Writable
io.netty.buffer.ByteBuf| Modifier and Type | Method and Description |
|---|---|
void |
write(ByteBuf buf)
Writes the data contained by the current implementation into serialized form in the provided
io.netty.buffer.ByteBuf |
void write(ByteBuf buf)
io.netty.buffer.ByteBuf
Check the implementation source to see serialization spec
buf - the buffer to toPacket the serialized form toCopyright © 2016. All rights reserved.