public class BerLength extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
val |
| Constructor and Description |
|---|
BerLength() |
| Modifier and Type | Method and Description |
|---|---|
int |
decode(InputStream is) |
static int |
encodeLength(OutputStream reverseOS,
int length) |
static int |
skip(InputStream is) |
public static int skip(InputStream is) throws IOException
IOExceptionpublic static int encodeLength(OutputStream reverseOS, int length) throws IOException
IOExceptionpublic int decode(InputStream is) throws IOException
IOException