Table of Contents

Class ReplaceBinaryMatcher

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

Constructors

ReplaceBinaryMatcher(Encoding, StringComparison)

public ReplaceBinaryMatcher(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