C# 클래스 Nintenlord.IO.BitReader

상속: System.IO.BinaryReader
파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
BitReader ( Stream stream ) : System
BitReader ( Stream stream, Encoding encoding ) : System
ReadBit ( ) : bool

Reads one bit from stream.

메소드 상세

BitReader() 공개 메소드

public BitReader ( Stream stream ) : System
stream Stream
리턴 System

BitReader() 공개 메소드

public BitReader ( Stream stream, Encoding encoding ) : System
stream Stream
encoding System.Text.Encoding
리턴 System

ReadBit() 공개 메소드

Reads one bit from stream.
public ReadBit ( ) : bool
리턴 bool