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
YamlParserparseMeta in interface YamlParserlines - lines of YAMLEcsvFormatExceptionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.