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