Otter SDK Reference
Version:

FindAll(System.IO.Stream stream) Method

Finds all occurrences of the searcher pattern in the specified stream.

Syntax

public IEnumerable<StreamSearchResult> FindAll(System.IO.Stream stream)

Parameters

stream
Type: System.IO.Stream

The stream to search, starting from the current position.

Returns

Sequence of search results.