SequenceReaderExtensions Classe

Definizione

Fornisce funzionalità estese per la classe SequenceReader<T> che consentono la lettura di valori numerici specifici endian da dati binari.

public ref class SequenceReaderExtensions abstract sealed
public static class SequenceReaderExtensions
type SequenceReaderExtensions = class
Public Module SequenceReaderExtensions
Ereditarietà
SequenceReaderExtensions

Metodi

TryReadBigEndian(SequenceReader<Byte>, Int16)

Tenta di leggere un valore Int16 come big endian.

TryReadBigEndian(SequenceReader<Byte>, Int32)

Tenta di leggere un valore Int32 come big endian.

TryReadBigEndian(SequenceReader<Byte>, Int64)

Tenta di leggere un valore Int64 come big endian.

TryReadLittleEndian(SequenceReader<Byte>, Int16)

Tenta di leggere un valore Int16 come little endian.

TryReadLittleEndian(SequenceReader<Byte>, Int32)

Tenta di leggere un valore Int32 come little endian.

TryReadLittleEndian(SequenceReader<Byte>, Int64)

Tenta di leggere un valore Int64 come little endian.

Si applica a