C# Class eveMarshal.PySubStream

Inheritance: PyObject
ファイルを表示 Open project: stschake/eveMarshal Class Usage Examples

Public Methods

Method Description
Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
PySubStream ( ) : System.IO
PySubStream ( PyObject data ) : System.IO
PySubStream ( byte data ) : System.IO
ToString ( ) : string

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

PySubStream() public method

public PySubStream ( ) : System.IO
return System.IO

PySubStream() public method

public PySubStream ( PyObject data ) : System.IO
data PyObject
return System.IO

PySubStream() public method

public PySubStream ( byte data ) : System.IO
data byte
return System.IO

ToString() public method

public ToString ( ) : string
return string