C# 클래스 NContrib.Extensions.BinaryReaderExtensions

파일 보기 프로젝트 열기: veracross/ncontrib

공개 메소드들

메소드 설명
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

메소드 상세

ReadUInt16BE() 공개 정적인 메소드

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

ReadUInt32BE() 공개 정적인 메소드

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

ReadUInt64BE() 공개 정적인 메소드

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