Package io.netty.handler.codec.bytes
Encoder and decoder which transform an array of bytes into a
ByteBuf
and vice versa.-
Class Summary Class Description ByteArrayDecoder Decodes a receivedByteBuf
into an array of bytes.ByteArrayEncoder Encodes the requested array of bytes into aByteBuf
.