C# 클래스 ps2ls.IO.BinaryReaderBigEndian

상속: System.IO.BinaryReader
파일 보기 프로젝트 열기: psemu/ps2ls 1 사용 예제들

공개 메소드들

메소드 설명
BinaryReaderBigEndian ( Stream stream ) : System
Read ( byte buffer, int index, int count ) : int
ReadDouble ( ) : Double
ReadInt16 ( ) : Int16
ReadInt32 ( ) : Int32
ReadInt64 ( ) : System.Int64
ReadSingle ( ) : System.Single
ReadUInt16 ( ) : UInt16
ReadUInt32 ( ) : UInt32
ReadUInt64 ( ) : System.UInt64

메소드 상세

BinaryReaderBigEndian() 공개 메소드

public BinaryReaderBigEndian ( Stream stream ) : System
stream Stream
리턴 System

Read() 공개 메소드

public Read ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
리턴 int

ReadDouble() 공개 메소드

public ReadDouble ( ) : Double
리턴 Double

ReadInt16() 공개 메소드

public ReadInt16 ( ) : Int16
리턴 System.Int16

ReadInt32() 공개 메소드

public ReadInt32 ( ) : Int32
리턴 System.Int32

ReadInt64() 공개 메소드

public ReadInt64 ( ) : System.Int64
리턴 System.Int64

ReadSingle() 공개 메소드

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

ReadUInt16() 공개 메소드

public ReadUInt16 ( ) : UInt16
리턴 System.UInt16

ReadUInt32() 공개 메소드

public ReadUInt32 ( ) : UInt32
리턴 System.UInt32

ReadUInt64() 공개 메소드

public ReadUInt64 ( ) : System.UInt64
리턴 System.UInt64