C# Class ps2ls.IO.BinaryReaderBigEndian

Inheritance: System.IO.BinaryReader
显示文件 Open project: psemu/ps2ls Class Usage Examples

Public Methods

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

Method Details

BinaryReaderBigEndian() public method

public BinaryReaderBigEndian ( Stream stream ) : System
stream Stream
return System

Read() public method

public Read ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
return int

ReadDouble() public method

public ReadDouble ( ) : Double
return Double

ReadInt16() public method

public ReadInt16 ( ) : Int16
return System.Int16

ReadInt32() public method

public ReadInt32 ( ) : Int32
return System.Int32

ReadInt64() public method

public ReadInt64 ( ) : System.Int64
return System.Int64

ReadSingle() public method

public ReadSingle ( ) : System.Single
return System.Single

ReadUInt16() public method

public ReadUInt16 ( ) : UInt16
return System.UInt16

ReadUInt32() public method

public ReadUInt32 ( ) : UInt32
return System.UInt32

ReadUInt64() public method

public ReadUInt64 ( ) : System.UInt64
return System.UInt64