C# Класс Illumina.TerminalVelocity.ByteArrayExtensions

Find the index of a bytearray given a search bytearray
Показать файл Открыть проект

Открытые методы

Метод Описание
IndexOf ( this self, byte candidate ) : int

Zero-base index of they location of the candidate bytearray

IndexOfAny ( this self, byte candidate ) : int[]

Приватные методы

Метод Описание
IsEmptyLocate ( byte array, byte candidate ) : bool
IsMatch ( byte array, int position, byte candidate ) : bool

Описание методов

IndexOf() публичный статический Метод

Zero-base index of they location of the candidate bytearray
public static IndexOf ( this self, byte candidate ) : int
self this
candidate byte
Результат int

IndexOfAny() публичный статический Метод

public static IndexOfAny ( this self, byte candidate ) : int[]
self this
candidate byte
Результат int[]