C# Class NContrib.Extensions.BinaryReaderExtensions

Exibir arquivo Open project: veracross/ncontrib

Public Methods

Method 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 method

Reads a ushort from Big Endian data
public static ReadUInt16BE ( this br ) : ushort
br this
return ushort

ReadUInt32BE() public static method

Reads a uint from Big Endian data
public static ReadUInt32BE ( this br ) : uint
br this
return uint

ReadUInt64BE() public static method

Reads a ulong from Big Endian data
public static ReadUInt64BE ( this br ) : ulong
br this
return ulong