Class NquadsParser
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore.NquadsParser
-
- All Implemented Interfaces:
DumpParser,AutoCloseable,Iterable<DumpQuad>
public class NquadsParser extends Object implements DumpParser
TODO
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore.DumpParser
DumpParser.BadInputException
-
-
Constructor Summary
Constructors Constructor Description NquadsParser(InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Iterator<DumpQuad>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
NquadsParser
public NquadsParser(InputStream is) throws IOException
- Throws:
IOException
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceDumpParser- Throws:
IOException
-
-