C# 클래스 Illumina.TerminalVelocity.ByteArrayExtensions

Find the index of a bytearray given a search bytearray
파일 보기 프로젝트 열기: basespace/TerminalVelocity

공개 메소드들

메소드 설명
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[]