|
||||||||||
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.ListOf
org.openmuc.jsml.structures.Sequence
public abstract class Sequence
Field Summary |
---|
Fields inherited from class org.openmuc.jsml.structures.ListOf |
---|
seqArray |
Fields inherited from class org.openmuc.jsml.structures.ASNObject |
---|
isOptional, isSelected |
Constructor Summary | |
---|---|
Sequence()
|
Method Summary | |
---|---|
protected abstract void |
createElements()
|
boolean |
decode(java.io.DataInputStream is)
decodes the data from the InputStream and writes it to an object |
void |
print()
prints the content or type of the object to stdout |
Methods inherited from class org.openmuc.jsml.structures.ListOf |
---|
code, seqArray |
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 |
Constructor Detail |
---|
public Sequence()
Method Detail |
---|
protected abstract void createElements()
public 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 |