| Package | Description |
|---|---|
| org.apache.jena.atlas.io | |
| org.apache.jena.atlas.iterator | |
| org.apache.jena.atlas.lib |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AWriter
Simple abstraction of a string/character output stream
|
| Modifier and Type | Class and Description |
|---|---|
class |
AWriterBase
Simple abstraction of a string/character output stream
|
class |
IndentedLineBuffer
IndentLineBuffer is a buffer that records an indent level
and uses that to insert a prefix at each line.
|
class |
IndentedWriter
A writer that records what the current indentation level is, and
uses that to insert a prefix at each line.
|
class |
StringWriterI |
class |
Writer2
A Writer, without the checked exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IO.close(Closeable resource) |
static void |
IO.closeSilent(Closeable resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
IteratorDelayedInitialization<T>
Class to delay the initialization of an iterator until first call of an Iterator operation.
|
class |
IteratorResourceClosing<T>
|
class |
RepeatApplyIterator<T> |
| Constructor and Description |
|---|
IteratorResourceClosing(Iterator<T> iter,
Closeable resource) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Sink<T>
Interface for the destination of things
|
| Modifier and Type | Class and Description |
|---|---|
class |
SinkCounting<T> |
class |
SinkLogging<T> |
class |
SinkNull<T> |
class |
SinkPrint<T> |
class |
SinkSplit<T>
Split a sink stream and duplicate the operations onto two sinks
See also:
SinkWrapper |
class |
SinkToCollection<T>
Send items to a collection
|
class |
SinkToQueue<T>
Send items to a blocking queue
|
class |
SinkWrapper<T>
Wrap one sink in another - to pass on behaviour, the derived Sink must call super.operation
See also:
SinkSplit |
Licenced under the Apache License, Version 2.0