C# Class Lucene.Net.Util.Fst.ForwardBytesReader

Reads from a single byte[].
Inheritance: FST.BytesReader
Datei anzeigen Open project: apache/lucenenet

Public Methods

Method Description
ForwardBytesReader ( byte bytes ) : System
ReadByte ( ) : byte
ReadBytes ( byte b, int offset, int len ) : void
SkipBytes ( int count ) : void

Method Details

ForwardBytesReader() public method

public ForwardBytesReader ( byte bytes ) : System
bytes byte
return System

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

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

SkipBytes() public method

public SkipBytes ( int count ) : void
count int
return void