ByteBufferSplit(Int32) Method

Separates source array to the portions of specified length

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public ByteBuffer[] Split(
	int length
)

Parameters

length  Int32
Length of the portion

Return Value

ByteBuffer
Array of ByteBuffer instances of specified length, the last portion may be shorter

See Also