public class AGILeapSecondFilesLoader extends AbstractSelfFeedingLoader implements UTCTAIOffsetsLoader
这个类是不可变的,因此是线程安全的
Modifier and Type | Class and Description |
---|---|
static class |
AGILeapSecondFilesLoader.Parser
执行解析的内部类。
|
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SUPPORTED_NAMES
默认支持的文件名模式。
|
Constructor and Description |
---|
AGILeapSecondFilesLoader(String supportedNames)
为从AGI的LeapSecond.dat文件构建加载器。
|
AGILeapSecondFilesLoader(String supportedNames, DataProvidersManager manager)
为从AGI的LeapSecond.dat文件构建加载器。
|
Modifier and Type | Method and Description |
---|---|
List<OffsetModel> |
loadOffsets()
加载UTC-TAI偏移条目。
|
feed, getDataProvidersManager, getSupportedNames, setSupportedNames
@DefaultDataContext public AGILeapSecondFilesLoader(String supportedNames)
默认数据上下文
。
supportedNames
- 支持的文件名的正则表达式
AGILeapSecondFilesLoader(String, DataProvidersManager)
public AGILeapSecondFilesLoader(String supportedNames, DataProvidersManager manager)
supportedNames
- 支持的文件名的正则表达式
manager
- 提供对tai-utc.dat
文件的访问。
public List<OffsetModel> loadOffsets()
loadOffsets
在接口 UTCTAIOffsetsLoader
Copyright © 2002-2023 CS GROUP. All rights reserved.