Package org.orekit.time
Class PythonParser
- java.lang.Object
-
- org.orekit.time.PythonParser
-
- All Implemented Interfaces:
UTCTAIOffsetsLoader.Parser
public class PythonParser extends Object implements UTCTAIOffsetsLoader.Parser
-
-
Constructor Summary
Constructors Constructor Description PythonParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
finalize()
Part of JCC Python interface to objectList<OffsetModel>
parse(InputStream input, String name)
Parse leap seconds from the input stream.void
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
-
-
Method Detail
-
pythonExtension
public void pythonExtension(long pythonObject)
Part of JCC Python interface to object
-
pythonExtension
public long pythonExtension()
Part of JCC Python interface to object
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
parse
public List<OffsetModel> parse(InputStream input, String name) throws IOException
Parse leap seconds from the input stream.- Specified by:
parse
in interfaceUTCTAIOffsetsLoader.Parser
- Parameters:
input
- stream to parse.name
- of the input stream to use in error messages.- Returns:
- parsed UTC-TAI offsets.
- Throws:
IOException
- ifinput
throws one during parsing.
-
-