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 BerType
IOException
public int encode(OutputStream reverseOS, boolean withTag) throws IOException
IOException
public int decode(InputStream is) throws IOException
decode
in interface BerType
IOException
public int decode(InputStream is, boolean withTag) throws IOException
IOException
public void encodeAndSave(int encodingSizeGuess) throws IOException
IOException
public void appendAsString(StringBuilder sb, int indentLevel)