
public interface Parser
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
Perform cleanup operations after parsing.
|
MultipleObjectsBundle |
parse(InputStream in)
Returns a list of the objects parsed from the specified input stream.
|
MultipleObjectsBundle parse(InputStream in)
in - the stream to parse objects fromvoid cleanup()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.