C# Class Hansha.QuickBinaryWriter

Afficher le fichier Open project: Deathspike/Hansha Class Usage Examples

Méthodes publiques

Méthode Description
QuickBinaryWriter ( byte buffer )
WriteByte ( byte value ) : void
WriteSignedVariableLength ( int value ) : void
WriteUnsignedVariableLength ( uint value ) : void

Method Details

QuickBinaryWriter() public méthode

public QuickBinaryWriter ( byte buffer )
buffer byte

WriteByte() public méthode

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

WriteSignedVariableLength() public méthode

public WriteSignedVariableLength ( int value ) : void
value int
Résultat void

WriteUnsignedVariableLength() public méthode

public WriteUnsignedVariableLength ( uint value ) : void
value uint
Résultat void