Package com.beanit.asn1bean.ber.types
Class BerNull
java.lang.Object
com.beanit.asn1bean.ber.types.BerNull
- All Implemented Interfaces:
BerType,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdecode(InputStream is) intdecode(InputStream is, boolean withTag) intencode(OutputStream reverseOS) intencode(OutputStream reverseOS, boolean withTag) toString()
-
Field Details
-
tag
-
-
Constructor Details
-
BerNull
public BerNull() -
BerNull
public BerNull(byte[] code)
-
-
Method Details
-
encode
- Specified by:
encodein interfaceBerType- Throws:
IOException
-
encode
- Throws:
IOException
-
decode
- Specified by:
decodein interfaceBerType- Throws:
IOException
-
decode
- Throws:
IOException
-
toString
-