Package org.orekit.time
Class UTCTAIHistoryFilesLoader.Parser
java.lang.Object
org.orekit.time.UTCTAIHistoryFilesLoader.Parser
- All Implemented Interfaces:
UTCTAIOffsetsLoader.Parser
- Enclosing class:
UTCTAIHistoryFilesLoader
public static class UTCTAIHistoryFilesLoader.Parser
extends Object
implements UTCTAIOffsetsLoader.Parser
Internal class performing the parsing.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(InputStream input, String name) Load UTC-TAI offsets entries read from some file.
-
Constructor Details
-
Parser
public Parser()Simple constructor.
-
-
Method Details
-
parse
Load UTC-TAI offsets entries read from some file. Parse leap seconds from the input stream.- Specified by:
parsein interfaceUTCTAIOffsetsLoader.Parser- Parameters:
input- data input streamname- name of the file (or zip entry)- Returns:
- parsed UTC-TAI offsets.
- Throws:
IOException- if data can't be read
-