C# Class NContrib.Extensions.BinaryReaderExtensions

Afficher le fichier Open project: veracross/ncontrib

Méthodes publiques

Méthode Description
ReadUInt16BE ( this br ) : ushort

Reads a ushort from Big Endian data

ReadUInt32BE ( this br ) : uint

Reads a uint from Big Endian data

ReadUInt64BE ( this br ) : ulong

Reads a ulong from Big Endian data

Method Details

ReadUInt16BE() public static méthode

Reads a ushort from Big Endian data
public static ReadUInt16BE ( this br ) : ushort
br this
Résultat ushort

ReadUInt32BE() public static méthode

Reads a uint from Big Endian data
public static ReadUInt32BE ( this br ) : uint
br this
Résultat uint

ReadUInt64BE() public static méthode

Reads a ulong from Big Endian data
public static ReadUInt64BE ( this br ) : ulong
br this
Résultat ulong