org.openmuc.jsml.structures
Class ListOf

java.lang.Object
  extended by org.openmuc.jsml.structures.ASNObject
      extended by org.openmuc.jsml.structures.ListOf
Direct Known Subclasses:
Sequence, SequenceOf

public abstract class ListOf
extends ASNObject


Field Summary
protected  ASNObject[] seqArray
           
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
ListOf()
           
 
Method Summary
 void code(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

seqArray

protected ASNObject[] seqArray
Constructor Detail

ListOf

public ListOf()
Method Detail

code

public void code(DataOutputStream os)
          throws IOException
Description copied from class: ASNObject
encodes this object and writes it to the stream os.

Specified by:
code in class ASNObject
Throws:
IOException - if something went wrong while writing to the stream

seqArray

public ASNObject[] seqArray()


Copyright © 2011. All Rights Reserved.