Module io.netty5.codec
Package io.netty5.handler.codec.bytes
Encoder and decoder which transform an array of bytes into a
io.netty5.buffer.ByteBuf
and vice versa.-
Class Summary Class Description ByteArrayDecoder Decodes a receivedBuffer
into an array of bytes.ByteArrayEncoder Encodes the requested array of bytes into aBuffer
.