public class BerLength
extends java.lang.Object
implements java.io.Serializable
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(java.io.OutputStream reverseOS,
int length) |
static int |
skip(java.io.InputStream is) |
public int decode(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public static int skip(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public static int encodeLength(java.io.OutputStream reverseOS, int length) throws java.io.IOException
java.io.IOException