C# Class eveMarshal.PyIntegerVar

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

Public Methods

Method Description
Decode ( Unmarshal context, MarshalOpcode op, BinaryReader source ) : void
PyIntegerVar ( ) : System
PyIntegerVar ( byte data ) : System
PyIntegerVar ( int data ) : System
PyIntegerVar ( long data ) : System
PyIntegerVar ( short data ) : System

Protected Methods

Method Description
EncodeInternal ( BinaryWriter output ) : void

Private Methods

Method Description
GetData ( long value ) : byte[]

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

PyIntegerVar() public method

public PyIntegerVar ( ) : System
return System

PyIntegerVar() public method

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

PyIntegerVar() public method

public PyIntegerVar ( int data ) : System
data int
return System

PyIntegerVar() public method

public PyIntegerVar ( long data ) : System
data long
return System

PyIntegerVar() public method

public PyIntegerVar ( short data ) : System
data short
return System