C# (CSharp) Helios.Buffers Namespace

Classes

Name Description
AbstractByteBufAllocator Abstract base class for IByteBufAllocator instances
AbstractDerivedByteBuffer Abstract base class for buffer implementation that wrap other IByteBufs internally, such as DuplicateByteBuf and more.
AbstractReferenceCountedByteBuf An abstract IByteBuf implementation that uses reference counting to protect the underlying data from being overwritten in scenarios where buffers are re-used, sliced, or otherwise shared.
ByteBufferUtil Utility class for working with direct ByteBuffer instances
DuplicateByteBuf Derived buffer that forwards requests to the original underlying buffer
EmptyByteBuf Represents an empty byte buffer
IllegalReferenceCountException Exception thrown during instances where a reference count is used incorrectly
SlicedByteBuffer
SwappedByteBuffer
Unpooled Utility class for managing and creating unpooled buffers
UnpooledByteBufAllocator Unpooled implementation of IByteBufAllocator.
UnpooledDirectByteBuf An unpooled non-blocking IO byte buffer implementation.