C# 클래스 RocketLeagueReplayParser.BitReader

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

공개 메소드들

메소드 설명
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 ( Int32 count ) : byte[]
ReadFixedCompressedFloat ( Int32 maxValue, Int32 numBits ) : float
ReadFloat ( ) : float
ReadInt32 ( ) : Int32
ReadInt32FromBits ( int numBits ) : Int32
ReadString ( ) : string
ReadUInt32 ( ) : UInt32
ReadUInt32FromBits ( int numBits ) : UInt32
ReadUInt32Max ( Int32 maxValue ) : UInt32
Seek ( int position ) : void

비공개 메소드들

메소드 설명
BitsFromString ( string bitString ) : bool[]

메소드 상세

BitReader() 공개 메소드

public BitReader ( bool bits ) : System
bits bool
리턴 System

BitReader() 공개 메소드

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

BitReader() 공개 메소드

public BitReader ( string bitString ) : System
bitString string
리턴 System

GetBits() 공개 메소드

public GetBits ( int startPosition, int count ) : List
startPosition int
count int
리턴 List

PeekBit() 공개 메소드

public PeekBit ( ) : bool
리턴 bool

ReadBit() 공개 메소드

public ReadBit ( ) : bool
리턴 bool

ReadBitsAsBytes() 공개 메소드

public ReadBitsAsBytes ( int numBits ) : byte[]
numBits int
리턴 byte[]

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

public ReadBytes ( Int32 count ) : byte[]
count System.Int32
리턴 byte[]

ReadFixedCompressedFloat() 공개 메소드

public ReadFixedCompressedFloat ( Int32 maxValue, Int32 numBits ) : float
maxValue System.Int32
numBits System.Int32
리턴 float

ReadFloat() 공개 메소드

public ReadFloat ( ) : float
리턴 float

ReadInt32() 공개 메소드

public ReadInt32 ( ) : Int32
리턴 System.Int32

ReadInt32FromBits() 공개 메소드

public ReadInt32FromBits ( int numBits ) : Int32
numBits int
리턴 System.Int32

ReadString() 공개 메소드

public ReadString ( ) : string
리턴 string

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : UInt32
리턴 System.UInt32

ReadUInt32FromBits() 공개 메소드

public ReadUInt32FromBits ( int numBits ) : UInt32
numBits int
리턴 System.UInt32

ReadUInt32Max() 공개 메소드

public ReadUInt32Max ( Int32 maxValue ) : UInt32
maxValue System.Int32
리턴 System.UInt32

Seek() 공개 메소드

public Seek ( int position ) : void
position int
리턴 void