|
|||||||||
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
public abstract class ListOf
Field Summary | |
---|---|
protected ASNObject[] |
seqArray
|
Fields inherited from class org.openmuc.jsml.structures.ASNObject |
---|
isOptional, isSelected |
Constructor Summary | |
---|---|
ListOf()
|
Method Summary | |
---|---|
void |
code(java.io.DataOutputStream os)
encodes this object and writes it to the stream os. |
ASNObject[] |
seqArray()
|
Methods inherited from class org.openmuc.jsml.structures.ASNObject |
---|
decode, isOptional, isSelected, print, setOptional, setSelected |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ASNObject[] seqArray
Constructor Detail |
---|
public ListOf()
Method Detail |
---|
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 ASNObject[] seqArray()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |