C# Class eveMarshal.PyString

Inheritance: PyObject
Afficher le fichier Open project: stschake/eveMarshal Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
PyString ( ) : System
PyString ( byte raw ) : System
PyString ( string data ) : System
PyString ( string data, bool forceUTF8 ) : System
ToString ( ) : string

Méthodes protégées

Méthode Description
EncodeInternal ( BinaryWriter output ) : void

Private Methods

Méthode Description
Update ( byte data, bool isUnicode = false ) : void
Update ( string data ) : void
UpdateUTF8 ( byte data ) : void

Method Details

Decode() public méthode

public Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
context Unmarshal
op MarshalOpcode
source System.IO.BinaryReader
Résultat void

EncodeInternal() protected méthode

protected EncodeInternal ( BinaryWriter output ) : void
output System.IO.BinaryWriter
Résultat void

PyString() public méthode

public PyString ( ) : System
Résultat System

PyString() public méthode

public PyString ( byte raw ) : System
raw byte
Résultat System

PyString() public méthode

public PyString ( string data ) : System
data string
Résultat System

PyString() public méthode

public PyString ( string data, bool forceUTF8 ) : System
data string
forceUTF8 bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string