C# Class Nanook.QueenBee.Parser.BinaryEndianWriter

Inheritance: System.IO.BinaryWriter
Datei anzeigen Open project: Nanook/Queen-Bee Class Usage Examples

Public Methods

Method Description
BinaryEndianWriter ( Stream input ) : System
Write ( Int16 value, EndianType endianType ) : void
Write ( Int32 value, EndianType endianType ) : void
Write ( System.Single value, EndianType endianType ) : void
Write ( UInt16 value, EndianType endianType ) : void
Write ( UInt32 value, EndianType endianType ) : void

Method Details

BinaryEndianWriter() public method

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

Write() public method

public Write ( Int16 value, EndianType endianType ) : void
value System.Int16
endianType EndianType
return void

Write() public method

public Write ( Int32 value, EndianType endianType ) : void
value System.Int32
endianType EndianType
return void

Write() public method

public Write ( System.Single value, EndianType endianType ) : void
value System.Single
endianType EndianType
return void

Write() public method

public Write ( UInt16 value, EndianType endianType ) : void
value System.UInt16
endianType EndianType
return void

Write() public method

public Write ( UInt32 value, EndianType endianType ) : void
value System.UInt32
endianType EndianType
return void