public class RSBlobDataBridge extends Object implements org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataBridge
DataBridge which appends data elements to a local result set.
| Constructor and Description |
|---|
RSBlobDataBridge()
Instantiates the DataBridge.
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement element) |
void |
close() |
String |
getOutput() |
boolean |
hasNext() |
boolean |
isClosed() |
org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement |
next() |
org.gcube.datatransformation.datatransformationlibrary.model.ContentType |
nextContentType() |
public boolean hasNext()
hasNext in interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.ContentTypeDataSourcehasNext in interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSourceDataSource.hasNext()public org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement next()
next in interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSourceDataSource.next()public org.gcube.datatransformation.datatransformationlibrary.model.ContentType nextContentType()
nextContentType in interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.ContentTypeDataSourceContentTypeDataSource.nextContentType()public void append(org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement element)
append in interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSinkelement - DataElement to be appended to this DataSinkDataSink.append(org.gcube.datatransformation.datatransformationlibrary.dataelements.DataElement)public void close()
close in interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataHandlerDataHandler.close()public String getOutput()
getOutput in interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataSinkDataSink.getOutput()public boolean isClosed()
isClosed in interface org.gcube.datatransformation.datatransformationlibrary.datahandlers.DataHandlerDataHandler.isClosed()Copyright © 2014. All Rights Reserved.