Package org.orekit.time
Interface UTCTAIOffsetsLoader.Parser
-
- All Known Implementing Classes:
AGILeapSecondFilesLoader.Parser,TAIUTCDatFilesLoader.Parser,UTCTAIHistoryFilesLoader.Parser
- Enclosing interface:
- UTCTAIOffsetsLoader
public static interface UTCTAIOffsetsLoader.ParserInterface for parsing UTC-TAI offsets from a stream.- Since:
- 10.1
- Author:
- Evan Ward
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<OffsetModel>parse(InputStream input, String name)Parse leap seconds from the input stream.
-
-
-
Method Detail
-
parse
List<OffsetModel> parse(InputStream input, String name) throws IOException
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.
-
-