Interface UTCTAIOffsetsLoader

All Known Implementing Classes:
AGILeapSecondFilesLoader, TAIUTCDatFilesLoader, UTCTAIBulletinAFilesLoader, UTCTAIHistoryFilesLoader

public interface UTCTAIOffsetsLoader
Interface for loading UTC-TAI offsets data files.
Since:
7.1
Author:
Luc Maisonobe
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Interface for parsing UTC-TAI offsets from a stream.
  • Method Summary

    Modifier and Type
    Method
    Description
    Load UTC-TAI offsets entries.
  • Method Details

    • loadOffsets

      List<OffsetModel> loadOffsets()
      Load UTC-TAI offsets entries.
      Returns:
      sorted UTC-TAI offsets entries (if the linear offsets used prior to 1972 are missing, they will be inserted automatically)