Class SlicedByteBuf

All Implemented Interfaces:
ByteBufConvertible, ReferenceCounted, Comparable<ByteBuf>

@Deprecated public class SlicedByteBuf extends AbstractUnpooledSlicedByteBuf
Deprecated.
Do not use.
A derived buffer which exposes its parent's sub-region only. It is recommended to use ByteBuf.slice() and ByteBuf.slice(int, int) instead of calling the constructor explicitly.