Uses of Interface
com.objsys.asn1j.runtime.Asn1PerMessageBuffer

Uses of Asn1PerMessageBuffer in com.objsys.asn1j.runtime
 

Classes in com.objsys.asn1j.runtime that implement Asn1PerMessageBuffer
 class Asn1PerDecodeBuffer
          This class handles the decoding of ASN.1 messages as specified in the Packed Encoding Rules (PER) as specified in the ITU-T X.691 standard.
 class Asn1PerEncodeBuffer
          This class handles the encoding of ASN.1 messages as specified in the Packed Encoding Rules (PER) as specified in the ITU-T X.691 standard.
 class Asn1PerInputStream
          This class handles the input stream for decoding of ASN.1 messages as specified in the Packed Encoding Rules (PER) ITU-T X.691 standard.
 

Fields in com.objsys.asn1j.runtime declared as Asn1PerMessageBuffer
protected  Asn1PerMessageBuffer Asn1PerBitFieldPrinter.mPerMessageBuffer
           
 

Constructors in com.objsys.asn1j.runtime with parameters of type Asn1PerMessageBuffer
Asn1PerBitFieldPrinter(Asn1PerMessageBuffer perMessageBuffer, java.io.InputStream encodedMessage)
          Constructor
Asn1PerTraceHandler(Asn1PerMessageBuffer messageBuffer)
          This constructor initializes internal trace handler member variables.