CompositeByteBuf.internalComponent

Return the internal {@link ByteBuf} on the specified index. Note that updating the indexes of the returned buffer will lead to an undefined behavior of this buffer.

@param cIndex the index for which the {@link ByteBuf} should be returned

class CompositeByteBuf
internalComponent
(
int cIndex
)

Meta