ByteBufferGetRange(Int32, Int32) Method

Returns part of the byte array starting at specified index and having specified size

Definition

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

Parameters

startIndex  Int32
Required start index
count  Int32
Required size

Return Value

ByteBuffer
New instance of ByteBuffer which is part of source array

See Also