org.openmuc.jsml.structures
Class ListOf
java.lang.Object
org.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.ListOf
- Direct Known Subclasses:
- Sequence, SequenceOf
public abstract class ListOf
- extends ASNObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
seqArray
protected ASNObject[] seqArray
ListOf
public ListOf()
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.