FileStreamExtensionsIndexOf Method

Overload List

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

See Also