Click or drag to resize

Encoding7BitWrite Method

Overload List
  Name Description
Public method Static member Write(ActionByte, UInt32) Writes the 7-bit encoded value to the provided stream.
Public method Static member Write(ActionByte, UInt64) Writes the 7-bit encoded value to the provided stream.
Public method Static member Write(Byte*, UInt32) Writes the 7-bit encoded value to the provided stream.
Public method Static member Write(Byte*, UInt64) Writes the 7-bit encoded value to the provided stream.
Public method Static member Write(Byte*, Int32, UInt32) Writes the 7-bit encoded value to the provided stream.
Public method Static member Write(Byte*, Int32, UInt64) Writes the 7-bit encoded value to the provided stream.
Public method Static member Write(Byte, Int32, UInt32) Writes the 7-bit encoded value to the provided stream.
Public method Static member Write(Byte, Int32, UInt64) Writes the 7-bit encoded value to the provided stream.
Top
See Also