C# Class eveMarshal.PyRawData

Used to insert raw data into the marshal stream; not an actual blue marshal opcode
Inheritance: PyObject
Afficher le fichier Open project: stschake/eveMarshal

Méthodes publiques

Méthode Description
Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
PyRawData ( ) : System
PyRawData ( byte data ) : System

Méthodes protégées

Méthode Description
EncodeInternal ( BinaryWriter output ) : 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

PyRawData() public méthode

public PyRawData ( ) : System
Résultat System

PyRawData() public méthode

public PyRawData ( byte data ) : System
data byte
Résultat System