C# Class Nanook.QueenBee.Parser.BinaryEndianReader

Inheritance: System.IO.BinaryReader
Afficher le fichier Open project: Nanook/Queen-Bee Class Usage Examples

Méthodes publiques

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

Method Details

BinaryEndianReader() public méthode

public BinaryEndianReader ( Stream input ) : System
input Stream
Résultat System

ReadInt16() public méthode

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

ReadInt32() public méthode

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

ReadSingle() public méthode

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

ReadUInt16() public méthode

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

ReadUInt32() public méthode

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