public class TarGZBasedTTLModelIterator extends Object implements Iterator<org.apache.jena.rdf.model.Model>, AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
protected org.apache.jena.rdf.model.Model |
model |
protected org.apache.commons.compress.archivers.tar.TarArchiveInputStream |
tarStream |
| Constructor and Description |
|---|
TarGZBasedTTLModelIterator(org.apache.commons.compress.archivers.tar.TarArchiveInputStream tarStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static TarGZBasedTTLModelIterator |
create(File f) |
boolean |
hasNext() |
org.apache.jena.rdf.model.Model |
next() |
private void |
readModel() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeprivate static final org.slf4j.Logger LOGGER
protected org.apache.commons.compress.archivers.tar.TarArchiveInputStream tarStream
protected org.apache.jena.rdf.model.Model model
public TarGZBasedTTLModelIterator(org.apache.commons.compress.archivers.tar.TarArchiveInputStream tarStream)
public boolean hasNext()
public org.apache.jena.rdf.model.Model next()
private void readModel()
public void close()
close in interface AutoCloseablepublic static TarGZBasedTTLModelIterator create(File f) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionCopyright © 2019–2020. All rights reserved.