Table of Contents

Class InsertAfterBinaryMatcher

Namespace
Fluxzy.Misc.Streams
Assembly
Fluxzy.Core.dll
public class InsertAfterBinaryMatcher : StringMatcher, IBinaryMatcher
Inheritance
InsertAfterBinaryMatcher
Implements
Inherited Members

Constructors

InsertAfterBinaryMatcher(Encoding, StringComparison)

public InsertAfterBinaryMatcher(Encoding encoding, StringComparison stringComparison = StringComparison.OrdinalIgnoreCase)

Parameters

encoding Encoding
stringComparison StringComparison

Methods

GetMatchValue(int, int, int)

protected override BinaryMatchResult GetMatchValue(int index, int searchTextLength, int shiftLength)

Parameters

index int
searchTextLength int
shiftLength int

Returns

BinaryMatchResult