public class BerObjectDescriptor extends BerGraphicString
| Modifier and Type | Field and Description |
|---|---|
static BerTag |
tag |
value| Constructor and Description |
|---|
BerObjectDescriptor() |
BerObjectDescriptor(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(java.io.InputStream is,
boolean withTag) |
int |
encode(BerByteArrayOutputStream os,
boolean withTag) |
toStringdecode, encodepublic static final BerTag tag
public BerObjectDescriptor()
public BerObjectDescriptor(byte[] value)
public int encode(BerByteArrayOutputStream os, boolean withTag) throws java.io.IOException
encode in class BerGraphicStringjava.io.IOExceptionpublic int decode(java.io.InputStream is,
boolean withTag)
throws java.io.IOException
decode in class BerGraphicStringjava.io.IOException