org.openmuc.jasn1.ber.types
public class BerAnyNoDecode extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
length |
| Constructor and Description |
|---|
BerAnyNoDecode() |
BerAnyNoDecode(int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(java.io.InputStream iStream,
boolean explicit) |
int |
encode(BerByteArrayOutputStream berOStream,
boolean explicit) |
public BerAnyNoDecode()
public BerAnyNoDecode(int length)
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.IOException