C# Class eveMarshal.PyToken

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

Public Methods

Method Description
Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
PyToken ( ) : System.IO
PyToken ( string token ) : System.IO

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

PyToken() public method

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

PyToken() public method

public PyToken ( string token ) : System.IO
token string
return System.IO