C# Class Nintenlord.IO.BitReader

Inheritance: System.IO.BinaryReader
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode Description
BitReader ( Stream stream ) : System
BitReader ( Stream stream, Encoding encoding ) : System
ReadBit ( ) : bool

Reads one bit from stream.

Method Details

BitReader() public méthode

public BitReader ( Stream stream ) : System
stream Stream
Résultat System

BitReader() public méthode

public BitReader ( Stream stream, Encoding encoding ) : System
stream Stream
encoding System.Text.Encoding
Résultat System

ReadBit() public méthode

Reads one bit from stream.
public ReadBit ( ) : bool
Résultat bool