C# Class eveMarshal.PyRawData

Used to insert raw data into the marshal stream; not an actual blue marshal opcode
Inheritance: PyObject
ファイルを表示 Open project: stschake/eveMarshal

Public Methods

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

Protected Methods

Method Description
EncodeInternal ( BinaryWriter output ) : void

Method Details

Decode() public method

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

EncodeInternal() protected method

protected EncodeInternal ( BinaryWriter output ) : void
output System.IO.BinaryWriter
return void

PyRawData() public method

public PyRawData ( ) : System
return System

PyRawData() public method

public PyRawData ( byte data ) : System
data byte
return System