C# Class MineViewer.MapChunkReader

Afficher le fichier Open project: dzamkov/MineViewer Class Usage Examples

Méthodes publiques

Свойство Type Description
EOS bool
End long
Position long

Méthodes publiques

Méthode Description
MapChunkReader ( byte values ) : System
Read ( int bits ) : int

Private Methods

Méthode Description
IsBitSet ( byte val, int bit ) : bool

Method Details

MapChunkReader() public méthode

public MapChunkReader ( byte values ) : System
values byte
Résultat System

Read() public méthode

public Read ( int bits ) : int
bits int
Résultat int

Property Details

EOS public_oe property

public bool EOS
Résultat bool

End public_oe property

public long End
Résultat long

Position public_oe property

public long Position
Résultat long