C# Class DistrictServer.Unreal.Utilities.BitWriter

Afficher le fichier Open project: fiki574/rAPB

Méthodes publiques

Méthode Description
BitWriter ( int InMaxBits )
Serialize ( byte Src, int LengthBytes ) : void

Method Details

BitWriter() public méthode

public BitWriter ( int InMaxBits )
InMaxBits int

Serialize() public méthode

public Serialize ( byte Src, int LengthBytes ) : void
Src byte
LengthBytes int
Résultat void