BuildMaster SDK Reference
Version:

StreamSearchResult Structure

Represents a match found by a StreamSearcher.

Inheritance Hierarchy

  • object
    • System.ValueType
      • Inedo.IO.StreamSearchResult

Syntax

public struct StreamSearchResult

Constructors

Name Description
StreamSearchResult(long offset, long length)

Initializes a new instance of the StreamSearcher struct.

Properties

Name Description
Length

Gets the number of bytes until the next match or the end of the stream.

Offset

Gets the offset of the match, relative to the beginning of the stream.