C# 클래스 SynthExport.BigEndianExtensions

파일 보기 프로젝트 열기: neonascent/SynthExport-Fork

공개 메소드들

메소드 설명
ReadBigEndianSingle ( this binaryReader ) : float
ReadBigEndianUInt16 ( this binaryReader ) : ushort
ReadCompressedInt ( this binaryReader ) : int

메소드 상세

ReadBigEndianSingle() 공개 정적인 메소드

public static ReadBigEndianSingle ( this binaryReader ) : float
binaryReader this
리턴 float

ReadBigEndianUInt16() 공개 정적인 메소드

public static ReadBigEndianUInt16 ( this binaryReader ) : ushort
binaryReader this
리턴 ushort

ReadCompressedInt() 공개 정적인 메소드

public static ReadCompressedInt ( this binaryReader ) : int
binaryReader this
리턴 int