ByteBufferGetRange(Int32) Method

Returns part of the byte array starting at specified index

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public ByteBuffer GetRange(
	int startIndex
)

Parameters

startIndex  Int32
Required start index

Return Value

ByteBuffer
New instance of ByteBuffer which is part of source array

See Also