메소드 | 설명 | |
---|---|---|
BitReader ( bool bits ) : System | ||
BitReader ( byte bytes ) : System | ||
BitReader ( string bitString ) : System | ||
GetBits ( int startPosition, int count ) : List |
||
PeekBit ( ) : bool | ||
ReadBit ( ) : bool | ||
ReadBitsAsBytes ( int numBits ) : byte[] | ||
ReadByte ( ) : byte | ||
ReadBytes ( |
||
ReadFixedCompressedFloat ( |
||
ReadFloat ( ) : float | ||
ReadInt32 ( ) : |
||
ReadInt32FromBits ( int numBits ) : |
||
ReadString ( ) : string | ||
ReadUInt32 ( ) : |
||
ReadUInt32FromBits ( int numBits ) : |
||
ReadUInt32Max ( |
||
Seek ( int position ) : void |
메소드 | 설명 | |
---|---|---|
BitsFromString ( string bitString ) : bool[] |
public GetBits ( int startPosition, int count ) : List |
||
startPosition | int | |
count | int | |
리턴 | List |
public ReadFixedCompressedFloat ( |
||
maxValue | ||
numBits | ||
리턴 | float |
public ReadInt32FromBits ( int numBits ) : |
||
numBits | int | |
리턴 |
public ReadUInt32FromBits ( int numBits ) : |
||
numBits | int | |
리턴 |
public ReadUInt32Max ( |
||
maxValue | ||
리턴 |