public class AscParser
extends java.lang.Object
| Constructor and Description |
|---|
AscParser() |
| Modifier and Type | Method and Description |
|---|---|
static TimestampSeries |
parse(java.nio.file.Path filename) |
static TimestampSeries |
parse(java.nio.file.Path filename,
boolean ignoreSeconds) |
public static TimestampSeries parse(java.nio.file.Path filename) throws java.io.IOException
java.io.IOExceptionpublic static TimestampSeries parse(java.nio.file.Path filename, boolean ignoreSeconds) throws java.io.IOException
java.io.IOException