C# Class SimShift.Data.Common.MemoryWriter

Inheritance: MemoryReader
Afficher le fichier Open project: nlhans/SimShift

Méthodes publiques

Méthode Description
Open ( ) : bool
WriteByte ( IntPtr address, byte value ) : void
WriteByte ( int address, byte value ) : void
WriteBytes ( IntPtr address, byte value ) : void
WriteBytes ( int address, byte value ) : void
WriteDouble ( IntPtr address, double value ) : void
WriteDouble ( int address, double value ) : void
WriteFloat ( IntPtr address, float value ) : void
WriteFloat ( int address, float value ) : void
WriteInt16 ( IntPtr address, short value ) : void
WriteInt16 ( int address, short value ) : void
WriteInt32 ( IntPtr address, int value ) : void
WriteInt32 ( int address, int value ) : void
WriteInt64 ( IntPtr address, long value ) : void
WriteInt64 ( int address, long value ) : void
WriteUInt16 ( IntPtr address, ushort value ) : void
WriteUInt16 ( int address, ushort value ) : void
WriteUInt32 ( IntPtr address, uint value ) : void
WriteUInt32 ( int address, uint value ) : void
WriteUInt64 ( IntPtr address, ulong value ) : void
WriteUInt64 ( int address, ulong value ) : void

Méthodes protégées

Méthode Description
Write ( IntPtr address, byte data ) : void

Method Details

Open() public méthode

public Open ( ) : bool
Résultat bool

Write() protected méthode

protected Write ( IntPtr address, byte data ) : void
address System.IntPtr
data byte
Résultat void

WriteByte() public méthode

public WriteByte ( IntPtr address, byte value ) : void
address System.IntPtr
value byte
Résultat void

WriteByte() public méthode

public WriteByte ( int address, byte value ) : void
address int
value byte
Résultat void

WriteBytes() public méthode

public WriteBytes ( IntPtr address, byte value ) : void
address System.IntPtr
value byte
Résultat void

WriteBytes() public méthode

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

WriteDouble() public méthode

public WriteDouble ( IntPtr address, double value ) : void
address System.IntPtr
value double
Résultat void

WriteDouble() public méthode

public WriteDouble ( int address, double value ) : void
address int
value double
Résultat void

WriteFloat() public méthode

public WriteFloat ( IntPtr address, float value ) : void
address System.IntPtr
value float
Résultat void

WriteFloat() public méthode

public WriteFloat ( int address, float value ) : void
address int
value float
Résultat void

WriteInt16() public méthode

public WriteInt16 ( IntPtr address, short value ) : void
address System.IntPtr
value short
Résultat void

WriteInt16() public méthode

public WriteInt16 ( int address, short value ) : void
address int
value short
Résultat void

WriteInt32() public méthode

public WriteInt32 ( IntPtr address, int value ) : void
address System.IntPtr
value int
Résultat void

WriteInt32() public méthode

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

WriteInt64() public méthode

public WriteInt64 ( IntPtr address, long value ) : void
address System.IntPtr
value long
Résultat void

WriteInt64() public méthode

public WriteInt64 ( int address, long value ) : void
address int
value long
Résultat void

WriteUInt16() public méthode

public WriteUInt16 ( IntPtr address, ushort value ) : void
address System.IntPtr
value ushort
Résultat void

WriteUInt16() public méthode

public WriteUInt16 ( int address, ushort value ) : void
address int
value ushort
Résultat void

WriteUInt32() public méthode

public WriteUInt32 ( IntPtr address, uint value ) : void
address System.IntPtr
value uint
Résultat void

WriteUInt32() public méthode

public WriteUInt32 ( int address, uint value ) : void
address int
value uint
Résultat void

WriteUInt64() public méthode

public WriteUInt64 ( IntPtr address, ulong value ) : void
address System.IntPtr
value ulong
Résultat void

WriteUInt64() public méthode

public WriteUInt64 ( int address, ulong value ) : void
address int
value ulong
Résultat void