public class BerAny
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
byte[] |
value |
Modifier and Type | Method and Description |
---|---|
int |
decode(java.io.InputStream is) |
int |
decode(java.io.InputStream is,
BerTag tag) |
int |
encode(BerByteArrayOutputStream os) |
java.lang.String |
toString() |
public int encode(BerByteArrayOutputStream os) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream is) throws java.io.IOException
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