C# 클래스 natix.CompactDS.FinalTaggedByteCode

Byte code. Similar to the Brisaboa et al. SPIRE 2003 (?)
상속: IOctetCoder
파일 보기 프로젝트 열기: sadit/natix

공개 메소드들

메소드 설명
Decode ( OctetStream reader, OctetStream ctx ) : long
Encode ( long d, OctetStream Output ) : void
FinalTaggedByteCode ( ) : System
Load ( BinaryReader Input ) : void
Save ( BinaryWriter Output ) : void

메소드 상세

Decode() 공개 메소드

public Decode ( OctetStream reader, OctetStream ctx ) : long
reader OctetStream
ctx OctetStream
리턴 long

Encode() 공개 메소드

public Encode ( long d, OctetStream Output ) : void
d long
Output OctetStream
리턴 void

FinalTaggedByteCode() 공개 메소드

public FinalTaggedByteCode ( ) : System
리턴 System

Load() 공개 메소드

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
리턴 void

Save() 공개 메소드

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
리턴 void