Click or drag to resize

Encoding7Bit Methods

The Encoding7Bit type exposes the following members.

Methods
  Name Description
Public method Static member GetSize(UInt32) Gets the number of bytes required to write the provided value.
Public method Static member GetSize(UInt64) Gets the number of bytes required to write the provided value.
Public method Static member GetSizeInt15 Gets the number of bytes required to write the provided value.
Public method Static member Measure15(Byte*, Int32) Gets the number of bytes for the supplied value in the stream.
Public method Static member Measure15(Byte, Int32) Gets the number of bytes for the supplied value in the stream.
Public method Static member MeasureInt15 Gets the number of bytes for the supplied value in the stream.
Public method Static member MeasureUInt32(Byte*) Gets the number of bytes for the supplied value in the stream.
Public method Static member MeasureUInt32(Byte*, Int32) Gets the number of bytes for the supplied value in the stream.
Public method Static member MeasureUInt32(Byte, Int32) Gets the number of bytes for the supplied value in the stream.
Public method Static member MeasureUInt64(Byte*) Gets the number of bytes for the supplied value in the stream.
Public method Static member MeasureUInt64(Byte*, Int32) Gets the number of bytes for the supplied value in the stream.
Public method Static member MeasureUInt64(Byte, Int32) Gets the number of bytes for the supplied value in the stream.
Public method Static member ReadInt15(FuncByte) Reads a 7-bit encoded uint.
Public method Static member ReadInt15(Stream) Reads a 7-bit encoded uint.
Public method Static member ReadInt15(Byte*, Int32) Reads a 7-bit encoded uint.
Public method Static member ReadInt15(Byte, Int32) Reads a 7-bit encoded uint.
Public method Static member ReadUInt32(FuncByte) Reads a 7-bit encoded uint.
Public method Static member ReadUInt32(Stream) Reads a 7-bit encoded uint.
Public method Static member ReadUInt32(Byte*, Int32) Reads a 7-bit encoded uint.
Public method Static member ReadUInt32(Byte, Int32) Reads a 7-bit encoded uint.
Public method Static member ReadUInt64(FuncByte) Reads a 7-bit encoded uint.
Public method Static member ReadUInt64(Stream) Reads a 7-bit encoded ulong.
Public method Static member ReadUInt64(Byte*, Int32) Reads a 7-bit encoded ulong.
Public method Static member ReadUInt64(Byte, Int32) Reads a 7-bit encoded ulong.
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.
Public method Static member WriteInt15(ActionByte, Int16) Writes the 7-bit encoded value to the provided stream.
Public method Static member WriteInt15(Byte*, Int16) Writes the 7-bit encoded value to the provided stream.
Public method Static member WriteInt15(Byte*, Int32, Int16) Writes the 7-bit encoded value to the provided stream.
Public method Static member WriteInt15(Byte, Int32, Int16) Writes the 7-bit encoded value to the provided stream.
Top
See Also