|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.codec.Encoder
schemajic.codec.ASN1Encoder
public abstract class ASN1Encoder
Models the abstract concept of an ASN.1 value encoder.
| Constructor Summary | |
|---|---|
ASN1Encoder()
Constructor for ASN1Encoder. |
|
| Method Summary | |
|---|---|
TagList |
getCurrentTags()
Returns the current ASN.1 type tag. |
protected java.io.OutputStream |
getOutputStream()
Returns the current output stream. |
void |
setCurrentTags(TagList tags)
Sets the value of the current ASN.1 type tag. |
protected void |
setOutputStream(java.io.OutputStream out)
Sets the current output stream. |
| Methods inherited from class schemajic.codec.Encoder |
|---|
encode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ASN1Encoder()
ASN1Encoder.
| Method Detail |
|---|
public void setCurrentTags(TagList tags)
tags - a list of ASN.1 type indicatorspublic TagList getCurrentTags()
protected java.io.OutputStream getOutputStream()
protected void setOutputStream(java.io.OutputStream out)
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||