VarIntReaderExtensions Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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 . |