Uses of Interface
org.openjena.atlas.lib.Closeable

Packages that use Closeable
com.hp.hpl.jena.sparql.core   
com.hp.hpl.jena.update   
org.openjena.atlas.io   
org.openjena.atlas.iterator   
org.openjena.atlas.json.io.parser   
org.openjena.atlas.lib   
org.openjena.riot.inf   
org.openjena.riot.lang   
org.openjena.riot.out   
org.openjena.riot.tokens   
 

Uses of Closeable in com.hp.hpl.jena.sparql.core
 

Subinterfaces of Closeable in com.hp.hpl.jena.sparql.core
 interface com.hp.hpl.jena.sparql.core.DatasetGraph
           
 

Uses of Closeable in com.hp.hpl.jena.update
 

Subinterfaces of Closeable in com.hp.hpl.jena.update
 interface GraphStore
          A collection of graphs that an update can be applied to.
 

Uses of Closeable in org.openjena.atlas.io
 

Classes in org.openjena.atlas.io that implement Closeable
static class BufferingWriter.SinkBuffer
           
static class BufferingWriter.SinkChannel
           
static class BufferingWriter.SinkOutputStream
           
 

Uses of Closeable in org.openjena.atlas.iterator
 

Classes in org.openjena.atlas.iterator that implement Closeable
 class RepeatApplyIterator<T>
           
 

Uses of Closeable in org.openjena.atlas.json.io.parser
 

Classes in org.openjena.atlas.json.io.parser that implement Closeable
 class TokenizerJSON
          Tokenizer for all sorts of things JSON-ish
 

Uses of Closeable in org.openjena.atlas.lib
 

Subinterfaces of Closeable in org.openjena.atlas.lib
 interface Sink<T>
          Interface for the destination of things
 

Classes in org.openjena.atlas.lib that implement Closeable
 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 SinkWrapper<T>
          Wrap one sink in another - to pass on behaviour, the derived Sink must call super.operation See also: SinkSplit
 

Uses of Closeable in org.openjena.riot.inf
 

Classes in org.openjena.riot.inf that implement Closeable
 class InferenceExpanderRDFS
          Apply a fixed set of inference rules to a stream of triples.
 

Uses of Closeable in org.openjena.riot.lang
 

Classes in org.openjena.riot.lang that implement Closeable
 class PrintingSink
           
 class SinkQuadsToDataset
           
 class SinkToGraph
           
 class SinkTriplesToGraph
           
 

Uses of Closeable in org.openjena.riot.out
 

Classes in org.openjena.riot.out that implement Closeable
 class SinkQuadOutput
          A class that print quads, N-Quads style
 class SinkTripleOutput
          A class that print triples, N-triples style
 

Uses of Closeable in org.openjena.riot.tokens
 

Subinterfaces of Closeable in org.openjena.riot.tokens
 interface Tokenizer
           
 

Classes in org.openjena.riot.tokens that implement Closeable
 class PrintTokenizer
          Print a logging message on every token
 class TokenizerBytes
          Tokenizer for all sorts of things RDF-ish
 class TokenizerText
          Tokenizer for all sorts of things RDF-ish
 class TokenizerWrapper
           
 



Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP