C# Class RocketLeagueReplayParser.BitWriter

Afficher le fichier Open project: jjbott/RocketLeagueReplayParser Class Usage Examples

Méthodes publiques

Méthode Description
BitWriter ( int initialCapacity ) : System
GetBits ( int startPosition, int count ) : List
GetBytes ( ) : byte[]
ReadBitsAsBytes ( int numBits ) : byte[]
Write ( IEnumerable bytes ) : void
Write ( UInt32 value ) : void
Write ( UInt32 value, UInt32 maxValue ) : void
Write ( bool value ) : void
Write ( byte value ) : void
Write ( float value ) : void
WriteFixedBitCount ( UInt32 value, int numBits ) : void
WriteFixedCompressedFloat ( float Value, Int32 MaxValue, Int32 NumBits ) : void

Method Details

BitWriter() public méthode

public BitWriter ( int initialCapacity ) : System
initialCapacity int
Résultat System

GetBits() public méthode

public GetBits ( int startPosition, int count ) : List
startPosition int
count int
Résultat List

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

ReadBitsAsBytes() public méthode

public ReadBitsAsBytes ( int numBits ) : byte[]
numBits int
Résultat byte[]

Write() public méthode

public Write ( IEnumerable bytes ) : void
bytes IEnumerable
Résultat void

Write() public méthode

public Write ( UInt32 value ) : void
value System.UInt32
Résultat void

Write() public méthode

public Write ( UInt32 value, UInt32 maxValue ) : void
value System.UInt32
maxValue System.UInt32
Résultat void

Write() public méthode

public Write ( bool value ) : void
value bool
Résultat void

Write() public méthode

public Write ( byte value ) : void
value byte
Résultat void

Write() public méthode

public Write ( float value ) : void
value float
Résultat void

WriteFixedBitCount() public méthode

public WriteFixedBitCount ( UInt32 value, int numBits ) : void
value System.UInt32
numBits int
Résultat void

WriteFixedCompressedFloat() public méthode

public WriteFixedCompressedFloat ( float Value, Int32 MaxValue, Int32 NumBits ) : void
Value float
MaxValue System.Int32
NumBits System.Int32
Résultat void