C# Class eveMarshal.PyPackedRow

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

Public Methods

Method Description
Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
Get ( string key ) : PyObject
PyPackedRow ( ) : System

Protected Methods

Method Description
EncodeInternal ( BinaryWriter output ) : void

Private Methods

Method Description
LoadZeroCompressed ( BinaryReader reader ) : byte[]
ParseRowData ( Unmarshal context, BinaryReader source ) : bool

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

Get() public method

public Get ( string key ) : PyObject
key string
return PyObject

PyPackedRow() public method

public PyPackedRow ( ) : System
return System