C# Class MineViewer.MapChunkReader

Show file 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 property

public bool EOS
return bool

End public property

public long End
return long

Position public property

public long Position
return long