Interface UTCTAIOffsetsLoader.Parser

    • 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 - if input throws one during parsing.