public static interface UTCTAIOffsetsLoader.Parser
Modifier and Type | Method and Description |
---|---|
List<OffsetModel> |
parse(InputStream input, String name)
从输入流中解析闰秒。
|
List<OffsetModel> parse(InputStream input, String name) throws IOException
input
- 要解析的流。
name
- 用于错误消息中的输入流的名称。
IOException
- 如果在解析过程中input
抛出异常。
Copyright © 2002-2023 CS GROUP. All rights reserved.