com.objsys.asn1j.runtime
Class Asn1Status

java.lang.Object
  extended by com.objsys.asn1j.runtime.Asn1Status

public class Asn1Status
extends java.lang.Object

This class defines common constants used in the run-time and generated code. Note that all error reporting in the Java version is done via exceptions. Therefore, there ar very few status values defined in the class.


Field Summary
static int INDEFLEN
          This constant indicates an indefinite length field was parsed
 
Constructor Summary
Asn1Status()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDEFLEN

public static final int INDEFLEN
This constant indicates an indefinite length field was parsed

See Also:
Constant Field Values
Constructor Detail

Asn1Status

public Asn1Status()