public class BerAnyNoDecode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
length |
Constructor and Description |
---|
BerAnyNoDecode() |
BerAnyNoDecode(byte[] value) |
BerAnyNoDecode(int length) |
Modifier and Type | Method and Description |
---|---|
int |
decode(java.io.InputStream is,
int length) |
int |
encode(BerByteArrayOutputStream os) |
java.lang.String |
toString() |
public BerAnyNoDecode()
public BerAnyNoDecode(byte[] value)
public BerAnyNoDecode(int length)
public int encode(BerByteArrayOutputStream os) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream is, int length) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object