ByteBufferLastIndexOf Method

Returns the last position of specified byte in the buffer

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public int LastIndexOf(
	byte b
)

Parameters

b  Byte
A byte to find

Return Value

Int32
The position of the byte in the buffer, -1 if specified byte was not found

See Also