Otter SDK Reference
Version:

StreamSearcher(byte[] pattern) Constructor

Initializes a new instance of the StreamSearcher class.

Syntax

public .ctor(byte[] pattern)

Parameters

pattern
Type: byte[]

The pattern to search for.

Exceptions

System.ArgumentNullException

pattern is null (Nothing in Visual Basic) or empty.