C# Class BinaryWriterBigEndian, msgpack

Inheritance: IDisposable
Afficher le fichier Open project: slavat/msgpack Class Usage Examples

Méthodes publiques

Méthode Description
BinaryWriterBigEndian ( Stream output ) : System
Close ( ) : void
Dispose ( ) : void
Flush ( ) : void
Write ( byte value ) : void
Write ( byte buf, int index, int count ) : void
Write ( double value ) : void
Write ( float value ) : void
Write ( int value ) : void
Write ( long value ) : void
Write ( sbyte 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
Dispose ( bool disposing ) : void

Method Details

BinaryWriterBigEndian() public méthode

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

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Write() public méthode

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

Write() public méthode

public Write ( byte buf, int index, int count ) : void
buf byte
index int
count int
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 ( sbyte value ) : void
value sbyte
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