StreamExtensionsIndexOf Method

Overload List

IndexOf(Stream, Byte, Int64) Searches for the specified byte pattern within the source Stream, and returns the zero-based index of the first occurrence.
IndexOf(Stream, Byte, Int64, Int64) Searches for the specified byte pattern within the source Stream, and returns the zero-based index of the first occurrence.

See Also