Constructor ByteBufferSlice
ByteBufferSlice(IByteBuffer, int, int)
Initializes a new instance of the ByteBufferSlice class.
public ByteBufferSlice(IByteBuffer buffer, int offset, int length)
Parameters
buffer
IByteBufferThe byte buffer.
offset
intThe offset of the slice.
length
intThe length of the slice.