C# Class ImaginationServer.Common.Ldf

Inheritance: IDisposable
Afficher le fichier Open project: Miclebrick/Imagination-Server Class Usage Examples

Méthodes publiques

Свойство Type Description
BitStream WBitStream

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetSize ( ) : uint
Ldf ( ) : System
WriteBool ( string key, bool data ) : void

7

WriteBytes ( string key, WBitStream data ) : void

13

WriteFloat ( string key, float data ) : void

3

WriteId ( string key, long data ) : void

9

WriteS32 ( string key, int data ) : void

1

WriteS64 ( string key, long data ) : void

8

WriteToPacket ( WBitStream packet ) : void
WriteWString ( string key, string data ) : void

0

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetSize() public méthode

public GetSize ( ) : uint
Résultat uint

Ldf() public méthode

public Ldf ( ) : System
Résultat System

WriteBool() public méthode

7
public WriteBool ( string key, bool data ) : void
key string
data bool
Résultat void

WriteBytes() public méthode

13
public WriteBytes ( string key, WBitStream data ) : void
key string
data WBitStream
Résultat void

WriteFloat() public méthode

3
public WriteFloat ( string key, float data ) : void
key string
data float
Résultat void

WriteId() public méthode

9
public WriteId ( string key, long data ) : void
key string
data long
Résultat void

WriteS32() public méthode

1
public WriteS32 ( string key, int data ) : void
key string
data int
Résultat void

WriteS64() public méthode

8
public WriteS64 ( string key, long data ) : void
key string
data long
Résultat void

WriteToPacket() public méthode

public WriteToPacket ( WBitStream packet ) : void
packet WBitStream
Résultat void

WriteWString() public méthode

0
public WriteWString ( string key, string data ) : void
key string
data string
Résultat void

Property Details

BitStream public_oe property

public WBitStream BitStream
Résultat WBitStream