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(InputStream is,
boolean withTag) |
int |
encode(OutputStream reverseOS,
boolean withTag) |
toStringdecode, encodepublic static final BerTag tag
public BerObjectDescriptor()
public BerObjectDescriptor(byte[] value)
public int encode(OutputStream reverseOS, boolean withTag) throws IOException
encode in class BerGraphicStringIOExceptionpublic int decode(InputStream is, boolean withTag) throws IOException
decode in class BerGraphicStringIOException