|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.Unsigned32
public class Unsigned32
Field Summary | |
---|---|
protected int |
val
|
Fields inherited from class org.openmuc.jsml.structures.ASNObject |
---|
isOptional, isSelected |
Constructor Summary | |
---|---|
Unsigned32()
|
|
Unsigned32(int i)
|
Method Summary | |
---|---|
void |
code(java.io.DataOutputStream os)
encodes this object and writes it to the stream os. |
boolean |
decode(java.io.DataInputStream is)
decodes the data from the InputStream and writes it to an object |
int |
getVal()
|
void |
print()
prints the content or type of the object to stdout |
Methods inherited from class org.openmuc.jsml.structures.ASNObject |
---|
isOptional, isSelected, setOptional, setSelected |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int val
Constructor Detail |
---|
public Unsigned32(int i)
public Unsigned32()
Method Detail |
---|
public int getVal()
public void code(java.io.DataOutputStream os) throws java.io.IOException
ASNObject
code
in class ASNObject
java.io.IOException
- if something went wrong while writing to the streampublic boolean decode(java.io.DataInputStream is) throws java.io.IOException
ASNObject
decode
in class ASNObject
java.io.IOException
- if something went wrong while reading from the streampublic void print()
ASNObject
print
in class ASNObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |