C# 클래스 Nanook.QueenBee.Parser.BinaryEndianReader

상속: System.IO.BinaryReader
파일 보기 프로젝트 열기: Nanook/Queen-Bee 1 사용 예제들

공개 메소드들

메소드 설명
BinaryEndianReader ( Stream input ) : System
ReadInt16 ( EndianType endianType ) : Int16
ReadInt32 ( EndianType endianType ) : Int32
ReadSingle ( EndianType endianType ) : System.Single
ReadUInt16 ( EndianType endianType ) : UInt16
ReadUInt32 ( EndianType endianType ) : UInt32

메소드 상세

BinaryEndianReader() 공개 메소드

public BinaryEndianReader ( Stream input ) : System
input Stream
리턴 System

ReadInt16() 공개 메소드

public ReadInt16 ( EndianType endianType ) : Int16
endianType EndianType
리턴 System.Int16

ReadInt32() 공개 메소드

public ReadInt32 ( EndianType endianType ) : Int32
endianType EndianType
리턴 System.Int32

ReadSingle() 공개 메소드

public ReadSingle ( EndianType endianType ) : System.Single
endianType EndianType
리턴 System.Single

ReadUInt16() 공개 메소드

public ReadUInt16 ( EndianType endianType ) : UInt16
endianType EndianType
리턴 System.UInt16

ReadUInt32() 공개 메소드

public ReadUInt32 ( EndianType endianType ) : UInt32
endianType EndianType
리턴 System.UInt32