ByteBufferGetRange(Int32, Int32) Method
Returns part of the byte array starting at specified index and having specified size
Namespace: OddPrgAssembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
public ByteBuffer GetRange(
int startIndex,
int count
)
- startIndex Int32
- Required start index
- count Int32
- Required size
ByteBufferNew instance of ByteBuffer which is part of source array