|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.codec.Decoder
public abstract class Decoder
Models the abstract concept of an ASN.1 decode transformation.
| Constructor Summary | |
|---|---|
Decoder()
Constructor for Decoder. |
|
| Method Summary | |
|---|---|
abstract void |
decode(java.io.InputStream in,
ASN1Value value)
Abstract definition of a method for decoding a value of an ASN.1 type from a source input stream. |
java.io.InputStream |
getInputStream()
Gets and returns an input stream of decoded ASN.1 values |
void |
setInputStream(java.io.InputStream in)
Sets the current input stream to the provided value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Decoder()
Decoder.
| Method Detail |
|---|
public java.io.InputStream getInputStream()
public void setInputStream(java.io.InputStream in)
in - provided value to become the current input stream
public abstract void decode(java.io.InputStream in,
ASN1Value value)
throws DecodingException
in - source of a decoding transformvalue - the value of an ASN.1 type to be decoded
DecodingException
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||