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