BerType
, java.io.Serializable
public class BerEmbeddedPdv extends java.lang.Object implements BerType, java.io.Serializable
Modifier and Type | Class | Description |
---|---|---|
static class |
BerEmbeddedPdv.Identification |
Constructor | Description |
---|---|
BerEmbeddedPdv() |
|
BerEmbeddedPdv(byte[] code) |
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) |
|
BerOctetString |
getDataValue() |
|
BerObjectDescriptor |
getDataValueDescriptor() |
|
BerEmbeddedPdv.Identification |
getIdentification() |
|
void |
setDataValue(BerOctetString dataValue) |
|
void |
setDataValueDescriptor(BerObjectDescriptor dataValueDescriptor) |
|
void |
setIdentification(BerEmbeddedPdv.Identification identification) |
|
java.lang.String |
toString() |
public static final BerTag tag
public BerEmbeddedPdv()
public BerEmbeddedPdv(byte[] code)
public BerEmbeddedPdv.Identification getIdentification()
public void setIdentification(BerEmbeddedPdv.Identification identification)
public BerObjectDescriptor getDataValueDescriptor()
public void setDataValueDescriptor(BerObjectDescriptor dataValueDescriptor)
public BerOctetString getDataValue()
public void setDataValue(BerOctetString dataValue)
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.IOException
public 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.IOException
public void encodeAndSave(int encodingSizeGuess) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
public void appendAsString(java.lang.StringBuilder sb, int indentLevel)