Interface DumpParser
-
- All Superinterfaces:
AutoCloseable,Iterable<DumpQuad>
- All Known Implementing Classes:
NquadsParser
public interface DumpParser extends AutoCloseable, Iterable<DumpQuad>
The interface for parsers that process dump/restore files.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDumpParser.BadInputException
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-
-
-
Method Detail
-
close
void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-
-