org.gcube.datatransformation.datatransformationlibrary.datahandlers
Interface DataBridge

All Superinterfaces:
ContentTypeDataSource, DataHandler, DataSink, DataSource
All Known Implementing Classes:
FilterDataBridge, REFDataBridge

public interface DataBridge
extends DataSource, DataSink

Author:
Dimitris Katris, NKUA

DataBridge implements both DataSource and DataSink functionality.

Data Bridges are used internally by the library.


Method Summary
 
Methods inherited from interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSource
hasNext, next
 
Methods inherited from interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.ContentTypeDataSource
nextContentType
 
Methods inherited from interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSink
append, getOutput
 
Methods inherited from interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataHandler
close, isClosed
 



Copyright © 2013. All Rights Reserved.