public int Write(uint value)
public int Write(int value)
Set MsgPackToken based on the unsigend value size
Parameters#
Name | Type | Description |
---|
value | UInt32 | value to write and identify size |
value | Int32 | value to write and identify size |
Returns#
Type | Description |
---|
Int32 | size written |
Variants#
Write(value)#
public int Write(uint value)
Set MsgPackToken based on the unsigend value size
Parameters#
Name | Type | Description |
---|
value | UInt32 | value to write and identify size |
Returns#
Type | Description |
---|
Int32 | size written |
Write(value)#
public int Write(int value)
Set MsgPackToken based on the sigend value size
Parameters#
Name | Type | Description |
---|
value | Int32 | value to write and identify size |
Returns#
Type | Description |
---|
Int32 | size written |