C# Class AsmResolver.BinaryStreamWriter

Inheritance: IBinaryStreamWriter
Afficher le fichier Open project: JerreS/AsmResolver

Méthodes publiques

Méthode Description
BinaryStreamWriter ( Stream stream ) : System
WriteByte ( byte value ) : void
WriteBytes ( byte buffer, int count ) : 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
WriteUInt16 ( ushort value ) : void
WriteUInt32 ( uint value ) : void
WriteUInt64 ( ulong value ) : void

Method Details

BinaryStreamWriter() public méthode

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

WriteByte() public méthode

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

WriteBytes() public méthode

public WriteBytes ( byte buffer, int count ) : void
buffer byte
count int
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

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