C# 클래스 BitStream.BitIO.BitWriter

파일 보기 프로젝트 열기: durow/TestArea 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BinString StringBuilder

공개 메소드들

메소드 설명
BitWriter ( ) : System
BitWriter ( int bitLength ) : System
GetBinString ( ) : string
GetBytes ( ) : byte[]
WriteByte ( byte b, int bitLength = 8 ) : void
WriteChar7 ( char c ) : void
WriteInt ( int i, int bitLength ) : void

비공개 메소드들

메소드 설명
AppendBinString ( string bin, int bitLength ) : void
Check8 ( ) : void

메소드 상세

BitWriter() 공개 메소드

public BitWriter ( ) : System
리턴 System

BitWriter() 공개 메소드

public BitWriter ( int bitLength ) : System
bitLength int
리턴 System

GetBinString() 공개 메소드

public GetBinString ( ) : string
리턴 string

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

WriteByte() 공개 메소드

public WriteByte ( byte b, int bitLength = 8 ) : void
b byte
bitLength int
리턴 void

WriteChar7() 공개 메소드

public WriteChar7 ( char c ) : void
c char
리턴 void

WriteInt() 공개 메소드

public WriteInt ( int i, int bitLength ) : void
i int
bitLength int
리턴 void

프로퍼티 상세

BinString 공개적으로 프로퍼티

public StringBuilder BinString
리턴 StringBuilder