ByteBufferSplit(ByteBuffer, Boolean) Method
Separates source array in locations where occures specified byte sequence
Namespace: OddPrgAssembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
public ByteBuffer[] Split(
ByteBuffer separator,
bool IncludeSeparator
)
- separator ByteBuffer
- Separator byte sequence
- IncludeSeparator Boolean
- If true separator will be the part of resulting buffer, if false separator will not the part of resulting buffer
ByteBufferArray of ByteBuffer instances with separated portions of source buffer