|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.objsys.asn1j.runtime.Asn1PerTraceHandler com.objsys.asn1j.runtime.Asn1PerEncodeTraceHandler
public class Asn1PerEncodeTraceHandler
This is a utility class for handling the collection and printing of PER bit field trace information. An object of the class is present within both the Asn1PerEncodeBuffer and Asn1PerDecodeBuffer classes. It is accessed using the 'getTraceHandler' method from within objects of these classes.
Field Summary |
---|
Fields inherited from class com.objsys.asn1j.runtime.Asn1PerTraceHandler |
---|
mBitFieldList |
Constructor Summary | |
---|---|
Asn1PerEncodeTraceHandler(Asn1PerEncodeBuffer messageBuffer)
This constructor initializes internal trace handler member variables. |
Method Summary | |
---|---|
void |
enable()
This method is used to turn PER bit tracing on |
void |
print(java.io.PrintStream out,
java.lang.String varName)
This method prints the trace to the given output stream in a default format. |
void |
reset()
This method resets the trace bit field list. |
Methods inherited from class com.objsys.asn1j.runtime.Asn1PerTraceHandler |
---|
addElemName, getBitFieldList, newBitField, removeLastElemName, setBitCount, setBitOffset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Asn1PerEncodeTraceHandler(Asn1PerEncodeBuffer messageBuffer)
messageBuffer
- PER encode message buffer object referenceMethod Detail |
---|
public void enable()
enable
in class Asn1PerTraceHandler
public void print(java.io.PrintStream out, java.lang.String varName)
print
in class Asn1PerTraceHandler
out
- Print stream to which output is to be written.varName
- Name of the object variable being printed.public void reset()
reset
in class Asn1PerTraceHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |