org.openmuc.jsml.structures
Class SML_Time
java.lang.Object
org.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.Choice
org.openmuc.jsml.structures.SML_Time
public class SML_Time
- extends Choice
Method Summary |
boolean |
decode(java.io.DataInputStream is)
decodes the data from the InputStream and writes it to an object |
void |
setTime(int tag,
ASNObject choice)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SECINDEX
public static final int SECINDEX
- See Also:
- Constant Field Values
TIMESTAMP
public static final int TIMESTAMP
- See Also:
- Constant Field Values
TIMESTAMP_LOCAL
public static final int TIMESTAMP_LOCAL
- See Also:
- Constant Field Values
SML_Time
public SML_Time(int tag,
ASNObject choice)
SML_Time
public SML_Time()
setTime
public void setTime(int tag,
ASNObject choice)
decode
public boolean decode(java.io.DataInputStream is)
throws java.io.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:
java.io.IOException
- if something went wrong while reading from the stream