Compartir a través de


VarIntReaderExtensions Clase

Definición

Método de extensión para trabajar con enteros de ancho variable.

public static class VarIntReaderExtensions
type VarIntReaderExtensions = class
Public Module VarIntReaderExtensions
Herencia
VarIntReaderExtensions

Métodos

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

Lee un ancho Int16variable .

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

Lee un ancho Int32variable .

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

Lee un ancho Int64variable .

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

Lee un ancho SBytevariable .

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

Lee un ancho UInt16variable .

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

Lee un ancho UInt32variable .

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

Lee un ancho UInt64variable .

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

Lee un ancho Bytevariable .

ReadVarInt16<TInput>(Reader<TInput>)

Lee un ancho UInt16variable .

ReadVarInt32<TInput>(Reader<TInput>)

Lee un ancho Int32variable .

ReadVarInt64<TInput>(Reader<TInput>)

Lee un ancho Int64variable .

ReadVarInt8<TInput>(Reader<TInput>)

Lee un ancho SBytevariable .

ReadVarUInt16<TInput>(Reader<TInput>)

Lee un ancho UInt16variable .

ReadVarUInt8<TInput>(Reader<TInput>)

Lee un ancho Bytevariable .

Se aplica a