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 is) |
static int |
encodeLength(BerByteArrayOutputStream os,
int length) |
public int decode(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionpublic static int encodeLength(BerByteArrayOutputStream os, int length) throws java.io.IOException
java.io.IOException