public class Unsigned64 extends ASNObject
| Constructor and Description |
|---|
Unsigned64() |
Unsigned64(long 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.
|
long |
getVal() |
void |
setVal(long i) |
java.lang.String |
toString() |
isOptional, isSelected, setOptional, setSelected, setSelectedpublic long getVal()
public void setVal(long i)
public void encode(java.io.DataOutputStream os)
throws java.io.IOException
ASNObjectpublic boolean decode(java.io.DataInputStream is)
throws java.io.IOException
ASNObjectpublic java.lang.String toString()
toString in class java.lang.Object