C# Class ps2ls.IO.BinaryReaderBigEndian

Inheritance: System.IO.BinaryReader
Afficher le fichier Open project: psemu/ps2ls Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public BinaryReaderBigEndian ( Stream stream ) : System
stream Stream
Résultat System

Read() public méthode

public Read ( byte buffer, int index, int count ) : int
buffer byte
index int
count int
Résultat int

ReadDouble() public méthode

public ReadDouble ( ) : Double
Résultat Double

ReadInt16() public méthode

public ReadInt16 ( ) : Int16
Résultat System.Int16

ReadInt32() public méthode

public ReadInt32 ( ) : Int32
Résultat System.Int32

ReadInt64() public méthode

public ReadInt64 ( ) : System.Int64
Résultat System.Int64

ReadSingle() public méthode

public ReadSingle ( ) : System.Single
Résultat System.Single

ReadUInt16() public méthode

public ReadUInt16 ( ) : UInt16
Résultat System.UInt16

ReadUInt32() public méthode

public ReadUInt32 ( ) : UInt32
Résultat System.UInt32

ReadUInt64() public méthode

public ReadUInt64 ( ) : System.UInt64
Résultat System.UInt64