Class FixedCompositeByteBuf.Component

java.lang.Object
io.netty.buffer.ByteBuf
io.netty.buffer.WrappedByteBuf
io.netty.buffer.FixedCompositeByteBuf.Component
All Implemented Interfaces:
ByteBufConvertible, ReferenceCounted, Comparable<ByteBuf>
Enclosing class:
FixedCompositeByteBuf

private static final class FixedCompositeByteBuf.Component extends WrappedByteBuf
  • Field Details

    • index

      private final int index
    • offset

      private final int offset
    • endOffset

      private final int endOffset
  • Constructor Details

    • Component

      Component(int index, int offset, ByteBuf buf)