-
- All Superinterfaces:
InputDataSource
,OutputDataSource
- All Known Implementing Classes:
FileDataSource
,RestDataSource
public interface IODataSource extends InputDataSource, OutputDataSource
The IODataSource is a convenience interface that extends from bothInputDataSource
andOutputDataSource
interfaces. This interface can be used where a data source is required that can provide an InputStream as well as an OutputStream.
-
-
Method Summary
-
Methods inherited from interface com.gluonhq.connect.source.InputDataSource
getInputStream
-
Methods inherited from interface com.gluonhq.connect.source.OutputDataSource
getOutputStream
-
-