public class Unsigned32 extends ASNObject
Modifier and Type | Field and Description |
---|---|
protected int |
val |
isOptional, isSelected
Constructor and Description |
---|
Unsigned32() |
Unsigned32(int i) |
Modifier and Type | Method and Description |
---|---|
boolean |
decode(java.io.DataInputStream is)
decodes the data from the InputStream and writes it to an object
|
void |
encode(java.io.DataOutputStream os)
encodes this object and writes it to the stream os.
|
java.lang.Long |
getLongValue() |
int |
getVal() |
java.lang.String |
toString() |
isOptional, isSelected, setOptional, setSelected
public void encode(java.io.DataOutputStream os) throws java.io.IOException
ASNObject
public boolean decode(java.io.DataInputStream is) throws java.io.IOException
ASNObject
public java.lang.String toString()
toString
in class java.lang.Object
public int getVal()
public java.lang.Long getLongValue()