org.openmuc.jsml.structures
Class Sequence
java.lang.Object
org.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.ListOf
org.openmuc.jsml.structures.Sequence
- Direct Known Subclasses:
- SML_AttentionRes, SML_GetListReq, SML_GetListRes, SML_GetProcParameterReq, SML_GetProcParameterRes, SML_GetProfileListReq, SML_GetProfileListRes, SML_GetProfilePackReq, SML_GetProfilePackRes, SML_ListEntry, SML_Message, SML_PeriodEntry, SML_ProfObjHeaderEntry, SML_ProfObjPeriodEntry, SML_PublicCloseReq, SML_PublicCloseRes, SML_PublicOpenReq, SML_PublicOpenRes, SML_SetProcParameterReq, SML_Tree, SML_TupelEntry, SML_ValueEntry
public abstract class Sequence
- extends ListOf
Fields inherited from class org.openmuc.jsml.structures.ListOf |
seqArray |
Method Summary |
protected abstract void |
createElements()
|
boolean |
decode(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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sequence
public Sequence()
createElements
protected abstract void createElements()
decode
public boolean decode(DataInputStream is)
throws IOException
- Description copied from class:
ASNObject
- decodes the data from the InputStream and writes it to an object
- Specified by:
decode
in class ASNObject
- Returns:
- true if successfully decoded
- Throws:
IOException
- if something went wrong while reading from the stream
print
public void print()
- Description copied from class:
ASNObject
- prints the content or type of the object to stdout
- Specified by:
print
in class ASNObject
Copyright © 2011. All Rights Reserved.