public class SnakeYamlParser extends Object implements YamlParser
The current implementation is based on SnakeYAML 1.25, which in turn claims to understand YAML 1.1.
Constructor and Description |
---|
SnakeYamlParser() |
Modifier and Type | Method and Description |
---|---|
EcsvMeta |
parseMeta(String[] lines)
Extracts ECSV header information from lines of YAML.
|
public EcsvMeta parseMeta(String[] lines) throws EcsvFormatException
YamlParser
parseMeta
in interface YamlParser
lines
- lines of YAMLEcsvFormatException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.