public interface Parser
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Perform cleanup operations after parsing.
|
MultipleObjectsBundle |
parse(java.io.InputStream in)
Returns a list of the objects parsed from the specified input stream.
|
MultipleObjectsBundle parse(java.io.InputStream in)
in
- the stream to parse objects fromvoid cleanup()
Copyright © 2019 ELKI Development Team. License information.