C# Class Hansha.QuickBinaryWriter

Show file Open project: Deathspike/Hansha Class Usage Examples

Public Methods

Method Description
QuickBinaryWriter ( byte buffer )
WriteByte ( byte value ) : void
WriteSignedVariableLength ( int value ) : void
WriteUnsignedVariableLength ( uint value ) : void

Method Details

QuickBinaryWriter() public method

public QuickBinaryWriter ( byte buffer )
buffer byte

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void

WriteSignedVariableLength() public method

public WriteSignedVariableLength ( int value ) : void
value int
return void

WriteUnsignedVariableLength() public method

public WriteUnsignedVariableLength ( uint value ) : void
value uint
return void