C# Class natix.CompactDS.FinalTaggedByteCode

Byte code. Similar to the Brisaboa et al. SPIRE 2003 (?)
Inheritance: IOctetCoder
Mostra file Open project: sadit/natix

Public Methods

Method Description
Decode ( OctetStream reader, OctetStream ctx ) : long
Encode ( long d, OctetStream Output ) : void
FinalTaggedByteCode ( ) : System
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void

Method Details

Decode() public method

public Decode ( OctetStream reader, OctetStream ctx ) : long
reader OctetStream
ctx OctetStream
return long

Encode() public method

public Encode ( long d, OctetStream Output ) : void
d long
Output OctetStream
return void

FinalTaggedByteCode() public method

public FinalTaggedByteCode ( ) : System
return System

Load() public method

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
return void

Save() public method

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
return void