BerType
, java.io.Serializable
public class BerNull extends java.lang.Object implements java.io.Serializable, BerType
Modifier and Type | Method | Description |
---|---|---|
int |
decode(java.io.InputStream is) |
|
int |
decode(java.io.InputStream is,
boolean withTag) |
|
int |
encode(java.io.OutputStream reverseOS) |
|
int |
encode(java.io.OutputStream reverseOS,
boolean withTag) |
|
java.lang.String |
toString() |
public static final BerTag tag
public int encode(java.io.OutputStream reverseOS) throws java.io.IOException
public int encode(java.io.OutputStream reverseOS, boolean withTag) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream is) throws java.io.IOException
public int decode(java.io.InputStream is, boolean withTag) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object