C# Class Tempest.StreamValueWriter

Inheritance: IValueWriter
Afficher le fichier Open project: ermau/Tempest Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
StreamValueWriter ( Stream stream ) : System
WriteBool ( bool value ) : bool
WriteByte ( byte value ) : void
WriteBytes ( byte value ) : void
WriteBytes ( byte value, int offset, int length ) : void
WriteDecimal ( decimal value ) : void
WriteDouble ( double value ) : void
WriteInt16 ( short value ) : void
WriteInt32 ( int value ) : void
WriteInt64 ( long value ) : void
WriteSByte ( sbyte value ) : void
WriteSingle ( float value ) : void
WriteString ( Encoding encoding, string value ) : void
WriteUInt16 ( ushort value ) : void
WriteUInt32 ( uint value ) : void
WriteUInt64 ( ulong value ) : void

Private Methods

Méthode Description
Write ( byte data ) : void

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

StreamValueWriter() public méthode

public StreamValueWriter ( Stream stream ) : System
stream Stream
Résultat System

WriteBool() public méthode

public WriteBool ( bool value ) : bool
value bool
Résultat bool

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte value ) : void
value byte
Résultat void

WriteBytes() public méthode

public WriteBytes ( byte value, int offset, int length ) : void
value byte
offset int
length int
Résultat void

WriteDecimal() public méthode

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

WriteDouble() public méthode

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

WriteInt16() public méthode

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

WriteInt32() public méthode

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

WriteInt64() public méthode

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

WriteSByte() public méthode

public WriteSByte ( sbyte value ) : void
value sbyte
Résultat void

WriteSingle() public méthode

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

WriteString() public méthode

public WriteString ( Encoding encoding, string value ) : void
encoding System.Text.Encoding
value string
Résultat void

WriteUInt16() public méthode

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

WriteUInt32() public méthode

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

WriteUInt64() public méthode

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