| Package | Description |
|---|---|
| org.apache.jena.hadoop.rdf.io.input.util |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockInputStream
A block input stream which can is a wrapper around another input stream which
restricts reading to a specific number of bytes and can report the number of
bytes read
|
class |
TrackedInputStream
A tracked input stream which can is a wrapper around another input stream and
can report the number of bytes read
|
| Constructor and Description |
|---|
TrackedPipedQuadsStream(PipedRDFIterator<Quad> sink,
TrackableInputStream input)
Creates a new stream
|
TrackedPipedTriplesStream(PipedRDFIterator<org.apache.jena.graph.Triple> sink,
TrackableInputStream input)
Creates a tracked triples stream
|
Licenced under the Apache License, Version 2.0