CompositeByteBuf.internalComponentAtOffset

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

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

class CompositeByteBuf
internalComponentAtOffset
(
int offset
)

Meta