C# 클래스 Lucene.Net.Util.Fst.ForwardBytesReader

Reads from a single byte[].
상속: FST.BytesReader
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
ForwardBytesReader ( byte bytes ) : System
ReadByte ( ) : byte
ReadBytes ( byte b, int offset, int len ) : void
SkipBytes ( int count ) : void

메소드 상세

ForwardBytesReader() 공개 메소드

public ForwardBytesReader ( byte bytes ) : System
bytes byte
리턴 System

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

public ReadBytes ( byte b, int offset, int len ) : void
b byte
offset int
len int
리턴 void

SkipBytes() 공개 메소드

public SkipBytes ( int count ) : void
count int
리턴 void