org.openmuc.jasn1.ber.types
public class BerNull extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
BerIdentifier |
id |
static BerIdentifier |
identifier |
Constructor and Description |
---|
BerNull() |
Modifier and Type | Method and Description |
---|---|
int |
decode(java.io.InputStream iStream,
boolean explicit) |
int |
encode(BerByteArrayOutputStream berOStream,
boolean explicit) |
public static final BerIdentifier identifier
public BerIdentifier id
public int encode(BerByteArrayOutputStream berOStream, boolean explicit) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream iStream, boolean explicit) throws java.io.IOException
java.io.IOException