VarIntReaderExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于处理可变宽度整数的扩展方法。
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的 。 |