public class BerAny extends Object implements Serializable, BerType
| Modifier and Type | Field and Description |
|---|---|
byte[] |
value |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(InputStream is) |
int |
decode(InputStream is,
BerTag tag) |
int |
encode(OutputStream reverseOS) |
String |
toString() |
public int encode(OutputStream reverseOS) throws IOException
encode in interface BerTypeIOExceptionpublic int decode(InputStream is) throws IOException
decode in interface BerTypeIOExceptionpublic int decode(InputStream is, BerTag tag) throws IOException
IOException