C# Class Gammtek.Conduit.IO.DataWriter

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

Méthodes publiques

Свойство Type Description
Null DataWriter

Méthodes publiques

Méthode Description
DataWriter ( Stream output, ByteOrder byteOrder = ByteOrder.LittleEndian, Encoding encoding = null, bool leaveOpen = false ) : System.IO
Seek ( long offset, SeekOrigin origin = SeekOrigin.Begin ) : long
Write ( bool value ) : void
Write ( decimal value ) : void
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

Méthodes protégées

Méthode Description
DataWriter ( ) : System.IO

Method Details

DataWriter() protected méthode

protected DataWriter ( ) : System.IO
Résultat System.IO

DataWriter() public méthode

public DataWriter ( Stream output, ByteOrder byteOrder = ByteOrder.LittleEndian, Encoding encoding = null, bool leaveOpen = false ) : System.IO
output System.IO.Stream
byteOrder ByteOrder
encoding System.Text.Encoding
leaveOpen bool
Résultat System.IO

Seek() public méthode

public Seek ( long offset, SeekOrigin origin = SeekOrigin.Begin ) : long
offset long
origin SeekOrigin
Résultat long

Write() public méthode

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

Write() public méthode

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

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

Property Details

Null public_oe static_oe property

public static DataWriter,Gammtek.Conduit.IO Null
Résultat DataWriter