Uses of Interface
org.apache.jena.atlas.lib.Closeable
Packages that use Closeable
Package
Description
-
Uses of Closeable in org.apache.jena.atlas.io
Subinterfaces of Closeable in org.apache.jena.atlas.ioModifier and TypeInterfaceDescriptioninterfaceSimple abstraction of a string/character output streamClasses in org.apache.jena.atlas.io that implement CloseableModifier and TypeClassDescriptionclassSimple abstraction of a string/character output streamclassIndentLineBuffer is a buffer that records an indent level and uses that to insert a prefix at each line.classA writer that records what the current indentation level is, and uses that to insert a prefix at each line.classclassA Writer, without the checked exceptions.Methods in org.apache.jena.atlas.io with parameters of type Closeable -
Uses of Closeable in org.apache.jena.atlas.iterator
Subinterfaces of Closeable in org.apache.jena.atlas.iteratorModifier and TypeInterfaceDescriptioninterfaceConvenience name for an iterator which isCloseable.Classes in org.apache.jena.atlas.iterator that implement CloseableModifier and TypeClassDescriptionclassIter<T>Iter provides general utilities for working with Iterators.classIteratorBase<X>Iterator base class that adds "closeable" to an iterator.classIterator of Iterators IteratorConcat is better when there are lots of iterators to be joined.classIteratorCons<T>IteratorCons : the concatenation of two iterators.classClass to delay the initialization of an iterator until first call of an Iterator operation.classAdd an "onClose" action to an Iterator.classAn Iterator with a one slot lookahead.final classIterate while a condition is true, then stop.classIterator that delays output by N slots so you can react to the output before it's yielded.classRemembers the last N yields.class -
Uses of Closeable in org.apache.jena.atlas.lib
Subinterfaces of Closeable in org.apache.jena.atlas.libClasses in org.apache.jena.atlas.lib that implement CloseableModifier and TypeClassDescriptionfinal classSinkCounting<T>classSinkLogging<T>classSinkNull<T>classSinkPrint<T>classSinkSplit<T>Split a sink stream and duplicate the operations onto two sinks See also:SinkWrapperclassSend items to a collectionclassSinkToQueue<T>Send items to a blocking queueclassSinkWrapper<T>Wrap one sink in another - to pass on behaviour, the derived Sink must call super.operation See also:SinkSplit