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

Reads in reverse from a single byte[].
Inheritance: FST.BytesReader
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
ReadByte ( ) : byte
ReadBytes ( byte b, int offset, int len ) : void
ReverseBytesReader ( byte bytes )
SkipBytes ( int count ) : void

Method Details

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadBytes() public méthode

public ReadBytes ( byte b, int offset, int len ) : void
b byte
offset int
len int
Résultat void

ReverseBytesReader() public méthode

public ReverseBytesReader ( byte bytes )
bytes byte

SkipBytes() public méthode

public SkipBytes ( int count ) : void
count int
Résultat void