Package org.orekit.time
Interface UTCTAIOffsetsLoader.Parser
- All Known Implementing Classes:
AGILeapSecondFilesLoader.Parser,TAIUTCDatFilesLoader.Parser,UTCTAIHistoryFilesLoader.Parser
- Enclosing interface:
UTCTAIOffsetsLoader
public static interface UTCTAIOffsetsLoader.Parser
Interface for parsing UTC-TAI offsets from a stream.
- Since:
- 10.1
- Author:
- Evan Ward
-
Method Summary
Modifier and TypeMethodDescriptionparse(InputStream input, String name) Parse leap seconds from the input stream.
-
Method Details
-
parse
Parse leap seconds from the input stream.- Parameters:
input- stream to parse.name- of the input stream to use in error messages.- Returns:
- parsed UTC-TAI offsets.
- Throws:
IOException- ifinputthrows one during parsing.
-