C# Class Gammtek.Conduit.IO.DataWriter

Inheritance: System.IO.BinaryWriter
Datei anzeigen Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
Null DataWriter

Public Methods

Method 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

Protected Methods

Method Description
DataWriter ( ) : System.IO

Method Details

DataWriter() protected method

protected DataWriter ( ) : System.IO
return System.IO

DataWriter() public method

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
return System.IO

Seek() public method

public Seek ( long offset, SeekOrigin origin = SeekOrigin.Begin ) : long
offset long
origin SeekOrigin
return long

Write() public method

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

Write() public method

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

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

Property Details

Null public_oe static_oe property

public static DataWriter,Gammtek.Conduit.IO Null
return DataWriter