Sdílet prostřednictvím


SequenceReaderExtensions Třída

Definice

Poskytuje rozšířené funkce pro SequenceReader<T> třídu, která umožňuje čtení číselných hodnot specifických pro endian z binárních dat.

public ref class SequenceReaderExtensions abstract sealed
public static class SequenceReaderExtensions
type SequenceReaderExtensions = class
Public Module SequenceReaderExtensions
Dědičnost
SequenceReaderExtensions

Metody

TryReadBigEndian(SequenceReader<Byte>, Int16)

Snaží se přečíst Int16 jako big endian.

TryReadBigEndian(SequenceReader<Byte>, Int32)

Snaží se přečíst Int32 jako big endian.

TryReadBigEndian(SequenceReader<Byte>, Int64)

Snaží se přečíst Int64 jako big endian.

TryReadLittleEndian(SequenceReader<Byte>, Int16)

Snaží se přečíst Int16 jako malý endian.

TryReadLittleEndian(SequenceReader<Byte>, Int32)

Snaží se přečíst Int32 jako malý endian.

TryReadLittleEndian(SequenceReader<Byte>, Int64)

Snaží se přečíst Int64 jako malý endian.

Platí pro