org.openmuc.jasn1.ber.types
public class BerAny extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
value |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(java.io.InputStream iStream,
boolean explicit) |
int |
encode(BerByteArrayOutputStream berOStream,
boolean explicit) |
java.lang.String |
toString() |
public int encode(BerByteArrayOutputStream berOStream, boolean explicit) throws java.io.IOException
java.io.IOExceptionpublic int decode(java.io.InputStream iStream,
boolean explicit)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object