C# Class MineViewer.MapChunkReader

Mostrar archivo Open project: dzamkov/MineViewer Class Usage Examples

Public Properties

Property Type Description
EOS bool
End long
Position long

Public Methods

Method Description
MapChunkReader ( byte values ) : System
Read ( int bits ) : int

Private Methods

Method Description
IsBitSet ( byte val, int bit ) : bool

Method Details

MapChunkReader() public method

public MapChunkReader ( byte values ) : System
values byte
return System

Read() public method

public Read ( int bits ) : int
bits int
return int

Property Details

EOS public_oe property

public bool EOS
return bool

End public_oe property

public long End
return long

Position public_oe property

public long Position
return long