C# Class natix.CompactDS.FinalTaggedByteCode

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

Méthodes publiques

Méthode 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 méthode

public Decode ( OctetStream reader, OctetStream ctx ) : long
reader OctetStream
ctx OctetStream
Résultat long

Encode() public méthode

public Encode ( long d, OctetStream Output ) : void
d long
Output OctetStream
Résultat void

FinalTaggedByteCode() public méthode

public FinalTaggedByteCode ( ) : System
Résultat System

Load() public méthode

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Résultat void

Save() public méthode

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void