org.openjena.atlas.lib
Interface Sink<T>

All Superinterfaces:
Closeable
All Known Subinterfaces:
DataBag<T>, PipelineStage<T>
All Known Implementing Classes:
AbstractDataBag, BindingOutputStream, BufferingWriter.SinkBuffer, BufferingWriter.SinkChannel, BufferingWriter.SinkOutputStream, DefaultDataBag, DistinctDataBag, DistinctDataNet, PrintingSink, SinkCounting, SinkEntityOutput, SinkExtendTriplesToQuads, SinkLogging, SinkNormalize, SinkNull, SinkPrint, SinkQuadNodeTransform, SinkQuadOutput, SinkQuadsToDataset, SinkSplit, SinkTripleNodeTransform, SinkTripleOutput, SinkTriplesToGraph, SinkWrapper, SortedDataBag

public interface Sink<T>
extends Closeable

Interface for the destination of things


Method Summary
 void flush()
           
 void send(T item)
           
 
Methods inherited from interface org.openjena.atlas.lib.Closeable
close
 

Method Detail

send

void send(T item)

flush

void flush()


Licenced under the Apache License, Version 2.0