BerTypepublic class BerObjectDescriptor extends BerGraphicString
| Modifier and Type | Field | Description |
|---|---|---|
static BerTag |
tag |
value| Constructor | Description |
|---|---|
BerObjectDescriptor() |
|
BerObjectDescriptor(byte[] value) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
decode(java.io.InputStream is,
boolean withTag) |
|
int |
encode(java.io.OutputStream reverseOS,
boolean withTag) |
toStringdecode, encodepublic static final BerTag tag
public BerObjectDescriptor()
public BerObjectDescriptor(byte[] value)
public int encode(java.io.OutputStream reverseOS,
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