C# Class Nanook.QueenBee.Parser.BinaryEndianReader

Inheritance: System.IO.BinaryReader
Show file Open project: Nanook/Queen-Bee Class Usage Examples

Public Methods

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

public BinaryEndianReader ( Stream input ) : System
input Stream
return System

ReadInt16() public method

public ReadInt16 ( EndianType endianType ) : Int16
endianType EndianType
return System.Int16

ReadInt32() public method

public ReadInt32 ( EndianType endianType ) : Int32
endianType EndianType
return System.Int32

ReadSingle() public method

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

ReadUInt16() public method

public ReadUInt16 ( EndianType endianType ) : UInt16
endianType EndianType
return System.UInt16

ReadUInt32() public method

public ReadUInt32 ( EndianType endianType ) : UInt32
endianType EndianType
return System.UInt32