Method | Description | |
---|---|---|
QuickBinaryWriter ( byte buffer ) | ||
WriteByte ( byte value ) : void | ||
WriteSignedVariableLength ( int value ) : void | ||
WriteUnsignedVariableLength ( uint value ) : void |
public WriteSignedVariableLength ( int value ) : void | ||
value | int | |
return | void |
public WriteUnsignedVariableLength ( uint value ) : void | ||
value | uint | |
return | void |