C# Class Terraria.ModLoader.IO.BigEndianWriter

Inheritance: System.IO.BinaryWriter
Show file Open project: bluemagic123/tModLoader

Public Methods

Method Description
BigEndianWriter ( Stream output ) : System
Write ( double value ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( short value ) : void
Write ( uint value ) : void
Write ( ulong value ) : void
Write ( ushort value ) : void

Private Methods

Method Description
WriteBigEndian ( byte bytes ) : void

Method Details

BigEndianWriter() public method

public BigEndianWriter ( Stream output ) : System
output Stream
return System

Write() public method

public Write ( double value ) : void
value double
return void

Write() public method

public Write ( float value ) : void
value float
return void

Write() public method

public Write ( int value ) : void
value int
return void

Write() public method

public Write ( long value ) : void
value long
return void

Write() public method

public Write ( short value ) : void
value short
return void

Write() public method

public Write ( uint value ) : void
value uint
return void

Write() public method

public Write ( ulong value ) : void
value ulong
return void

Write() public method

public Write ( ushort value ) : void
value ushort
return void