public interface YamlParser
| Modifier and Type | Method and Description |
|---|---|
EcsvMeta |
parseMeta(java.lang.String[] lines)
Extracts ECSV header information from lines of YAML.
|
EcsvMeta parseMeta(java.lang.String[] lines) throws EcsvFormatException
lines - lines of YAMLEcsvFormatException