|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.objsys.asn1j.runtime.Asn1MessageBuffer
This is the base class for all of the different message buffer types. This includes the BER and PER encode and decode message buffer classes.
| Constructor Summary | |
Asn1MessageBuffer()
|
|
| Method Summary | |
abstract java.io.InputStream |
getInputStream()
This abstract method must be implemented by all of the derived classes. |
static void |
hexDump(java.io.InputStream in)
This method prints a formatted hex dump of the contents of the the given input stream to the standard output stream. |
static void |
hexDump(java.io.InputStream in,
java.io.PrintStream out)
This method prints a formatted hex dump of the contents of the the given input stream to the given output stream. |
void |
setKey(byte[] rtkey)
This method is used with the limited run-time to set a run-time key value generated by the compiler to allow the run-time to operate on the licensed hosts. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Asn1MessageBuffer()
| Method Detail |
public abstract java.io.InputStream getInputStream()
public void setKey(byte[] rtkey)
rtkey - - Run-time key generated by ASN1C
public static void hexDump(java.io.InputStream in,
java.io.PrintStream out)
in - InputStream containg data to be dumpedout - PrintStream to which formatted data is to be writtenpublic static void hexDump(java.io.InputStream in)
in - InputStream containg data to be dumped
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||