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
IOException
public static int encodeLength(OutputStream reverseOS, int length) throws IOException
IOException
public int decode(InputStream is) throws IOException
IOException