C# Class Terraria.ModLoader.IO.BigEndianWriter

Inheritance: System.IO.BinaryWriter
Afficher le fichier Open project: bluemagic123/tModLoader

Méthodes publiques

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

Méthode Description
WriteBigEndian ( byte bytes ) : void

Method Details

BigEndianWriter() public méthode

public BigEndianWriter ( Stream output ) : System
output Stream
Résultat System

Write() public méthode

public Write ( double value ) : void
value double
Résultat void

Write() public méthode

public Write ( float value ) : void
value float
Résultat void

Write() public méthode

public Write ( int value ) : void
value int
Résultat void

Write() public méthode

public Write ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( short value ) : void
value short
Résultat void

Write() public méthode

public Write ( uint value ) : void
value uint
Résultat void

Write() public méthode

public Write ( ulong value ) : void
value ulong
Résultat void

Write() public méthode

public Write ( ushort value ) : void
value ushort
Résultat void