VarIntReaderExtensions 类

定义

用于处理可变宽度整数的扩展方法。

public static class VarIntReaderExtensions
type VarIntReaderExtensions = class
Public Module VarIntReaderExtensions
继承
VarIntReaderExtensions

方法

ReadInt16<TInput>(Reader<TInput>, WireType)

读取可变宽度 Int16的 。

ReadInt32<TInput>(Reader<TInput>, WireType)

读取可变宽度 Int32的 。

ReadInt64<TInput>(Reader<TInput>, WireType)

读取可变宽度 Int64的 。

ReadInt8<TInput>(Reader<TInput>, WireType)

读取可变宽度 SByte的 。

ReadUInt16<TInput>(Reader<TInput>, WireType)

读取可变宽度 UInt16的 。

ReadUInt32<TInput>(Reader<TInput>, WireType)

读取可变宽度 UInt32的 。

ReadUInt64<TInput>(Reader<TInput>, WireType)

读取可变宽度 UInt64的 。

ReadUInt8<TInput>(Reader<TInput>, WireType)

读取可变宽度 Byte的 。

ReadVarInt16<TInput>(Reader<TInput>)

读取可变宽度 UInt16的 。

ReadVarInt32<TInput>(Reader<TInput>)

读取可变宽度 Int32的 。

ReadVarInt64<TInput>(Reader<TInput>)

读取可变宽度 Int64的 。

ReadVarInt8<TInput>(Reader<TInput>)

读取可变宽度 SByte的 。

ReadVarUInt16<TInput>(Reader<TInput>)

读取可变宽度 UInt16的 。

ReadVarUInt8<TInput>(Reader<TInput>)

读取可变宽度 Byte的 。

适用于