BerType, java.io.Serializablepublic static class BerEmbeddedPdv.Identification.Syntaxes extends java.lang.Object implements BerType, java.io.Serializable
| Modifier and Type | Method | Description |
|---|---|---|
void |
appendAsString(java.lang.StringBuilder sb,
int indentLevel) |
|
int |
decode(java.io.InputStream is) |
|
int |
decode(java.io.InputStream is,
boolean withTag) |
|
int |
encode(java.io.OutputStream reverseOS) |
|
int |
encode(java.io.OutputStream reverseOS,
boolean withTag) |
|
void |
encodeAndSave(int encodingSizeGuess) |
|
BerObjectIdentifier |
getAbstract() |
|
BerObjectIdentifier |
getTransfer() |
|
void |
setAbstract(BerObjectIdentifier abstract_) |
|
void |
setTransfer(BerObjectIdentifier transfer) |
|
java.lang.String |
toString() |
public static final BerTag tag
public BerObjectIdentifier getAbstract()
public void setAbstract(BerObjectIdentifier abstract_)
public BerObjectIdentifier getTransfer()
public void setTransfer(BerObjectIdentifier transfer)
public int encode(java.io.OutputStream reverseOS)
throws java.io.IOException
public int encode(java.io.OutputStream reverseOS,
boolean withTag)
throws java.io.IOException
java.io.IOExceptionpublic int decode(java.io.InputStream is)
throws java.io.IOException
public int decode(java.io.InputStream is,
boolean withTag)
throws java.io.IOException
java.io.IOExceptionpublic void encodeAndSave(int encodingSizeGuess)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void appendAsString(java.lang.StringBuilder sb,
int indentLevel)