C# Class TagTool.IO.EndianWriter

Inheritance: System.IO.BinaryWriter
Afficher le fichier Open project: TheGuardians/TagTool

Méthodes publiques

Méthode Description
EndianWriter ( Stream stream, EndianFormat format ) : System.IO
Write ( double value ) : void
Write ( double value, EndianFormat format ) : void
Write ( float value ) : void
Write ( float value, EndianFormat format ) : void
Write ( int value ) : void
Write ( int value, EndianFormat format ) : void
Write ( long value ) : void
Write ( long value, EndianFormat format ) : void
Write ( short value ) : void
Write ( short value, EndianFormat format ) : void
Write ( uint value ) : void
Write ( uint value, EndianFormat format ) : void
Write ( ulong value ) : void
Write ( ulong value, EndianFormat format ) : void
Write ( ushort value ) : void
Write ( ushort value, EndianFormat format ) : void
WriteBlock ( byte data ) : void
WriteBlock ( byte data, int offset, int length ) : void

Method Details

EndianWriter() public méthode

public EndianWriter ( Stream stream, EndianFormat format ) : System.IO
stream System.IO.Stream
format EndianFormat
Résultat System.IO

Write() public méthode

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

Write() public méthode

public Write ( double value, EndianFormat format ) : void
value double
format EndianFormat
Résultat void

Write() public méthode

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

Write() public méthode

public Write ( float value, EndianFormat format ) : void
value float
format EndianFormat
Résultat void

Write() public méthode

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

Write() public méthode

public Write ( int value, EndianFormat format ) : void
value int
format EndianFormat
Résultat void

Write() public méthode

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

Write() public méthode

public Write ( long value, EndianFormat format ) : void
value long
format EndianFormat
Résultat void

Write() public méthode

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

Write() public méthode

public Write ( short value, EndianFormat format ) : void
value short
format EndianFormat
Résultat void

Write() public méthode

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

Write() public méthode

public Write ( uint value, EndianFormat format ) : void
value uint
format EndianFormat
Résultat void

Write() public méthode

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

Write() public méthode

public Write ( ulong value, EndianFormat format ) : void
value ulong
format EndianFormat
Résultat void

Write() public méthode

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

Write() public méthode

public Write ( ushort value, EndianFormat format ) : void
value ushort
format EndianFormat
Résultat void

WriteBlock() public méthode

public WriteBlock ( byte data ) : void
data byte
Résultat void

WriteBlock() public méthode

public WriteBlock ( byte data, int offset, int length ) : void
data byte
offset int
length int
Résultat void