public abstract class StreamingDataRecordSource extends DataRecordSource
showProgress, verbose| Constructor and Description |
|---|
StreamingDataRecordSource() |
StreamingDataRecordSource(Cog newState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyStateFrom(java.lang.Object nother) |
java.io.InputStream |
createInputStream() |
java.lang.String |
getPath() |
java.util.List |
getPaths() |
void |
setInputStream(java.io.InputStream innie) |
void |
setPath(java.lang.String newPath) |
void |
setPaths(java.util.List newPaths) |
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
clone, close, createFetcher, getAfterActions, getBeforeActions, getShowProgress, getTransforms, isVerbose, iterator, setAfterActions, setBeforeActions, setShowProgress, setTransforms, setVerbosepublic StreamingDataRecordSource()
public StreamingDataRecordSource(Cog newState)
public java.io.InputStream createInputStream()
throws java.io.IOException
java.io.IOExceptionpublic Cog toCog()
CoggableCog.toCog in interface CoggabletoCog in class DataRecordSourcepublic java.lang.String getPath()
public void setPath(java.lang.String newPath)
public java.util.List getPaths()
public void setPaths(java.util.List newPaths)
public void setInputStream(java.io.InputStream innie)
protected void copyStateFrom(java.lang.Object nother)
copyStateFrom in class DataRecordSource