Uses of Class
io.netty.buffer.ReadOnlyByteBufferBuf
Packages that use ReadOnlyByteBufferBuf
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
-
Uses of ReadOnlyByteBufferBuf in io.netty.buffer
Subclasses of ReadOnlyByteBufferBuf in io.netty.bufferModifier and TypeClassDescription(package private) final class
Read-only ByteBuf which wraps a read-only direct ByteBuffer and use unsafe for best performance.