C# 클래스 Nintenlord.IO.BitWriter

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

공개 메소드들

메소드 설명
BitWriter ( Stream stream ) : System
BitWriter ( Stream stream, Encoding encoding ) : System
Flush ( ) : void
WriteBit ( bool val ) : void

메소드 상세

BitWriter() 공개 메소드

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

BitWriter() 공개 메소드

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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

WriteBit() 공개 메소드

public WriteBit ( bool val ) : void
val bool
리턴 void