C# 클래스 BitStream.BitIO.BitReader

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

공개 프로퍼티들

프로퍼티 타입 설명
BinString StringBuilder

공개 메소드들

메소드 설명
BitReader ( byte data ) : System
ByteToBinString ( byte b ) : char[]
ReadBinString ( int bitLength ) : string
ReadBinString ( int offset, int bitLength ) : string
ReadBool ( ) : bool
ReadBool ( int offset ) : bool
ReadByte ( ) : byte
ReadByte ( int offset ) : byte
ReadInt ( int bitLength ) : int
ReadInt ( int offset, int bitLength ) : int
ReadInt16 ( int bitLength ) : Int16
ReadInt16 ( int offset, int bitLength ) : Int16

메소드 상세

BitReader() 공개 메소드

public BitReader ( byte data ) : System
data byte
리턴 System

ByteToBinString() 공개 정적인 메소드

public static ByteToBinString ( byte b ) : char[]
b byte
리턴 char[]

ReadBinString() 공개 메소드

public ReadBinString ( int bitLength ) : string
bitLength int
리턴 string

ReadBinString() 공개 메소드

public ReadBinString ( int offset, int bitLength ) : string
offset int
bitLength int
리턴 string

ReadBool() 공개 메소드

public ReadBool ( ) : bool
리턴 bool

ReadBool() 공개 메소드

public ReadBool ( int offset ) : bool
offset int
리턴 bool

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadByte() 공개 메소드

public ReadByte ( int offset ) : byte
offset int
리턴 byte

ReadInt() 공개 메소드

public ReadInt ( int bitLength ) : int
bitLength int
리턴 int

ReadInt() 공개 메소드

public ReadInt ( int offset, int bitLength ) : int
offset int
bitLength int
리턴 int

ReadInt16() 공개 메소드

public ReadInt16 ( int bitLength ) : Int16
bitLength int
리턴 System.Int16

ReadInt16() 공개 메소드

public ReadInt16 ( int offset, int bitLength ) : Int16
offset int
bitLength int
리턴 System.Int16

프로퍼티 상세

BinString 공개적으로 프로퍼티

public StringBuilder BinString
리턴 StringBuilder