org.openmuc.jasn1.ber
public class BerLength extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
val |
| Constructor and Description |
|---|
BerLength() |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(java.io.InputStream iStream) |
static int |
encodeLength(BerByteArrayOutputStream berOStream,
int length) |
public int decode(java.io.InputStream iStream)
throws java.io.IOException
java.io.IOExceptionpublic static int encodeLength(BerByteArrayOutputStream berOStream, int length) throws java.io.IOException
java.io.IOException