public class BinaryFixedWidthDataRecordSource extends StreamingDataRecordSource
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryFixedWidthDataRecordSource.MyFetcher |
showProgress, verbose| Constructor and Description |
|---|
BinaryFixedWidthDataRecordSource() |
| Modifier and Type | Method and Description |
|---|---|
DataRecordFetcher |
createFetcher()
Creates a new fetcher to gather data for a new iteration.
|
java.util.ArrayList |
getFields() |
boolean |
getLineDelimited() |
int |
getRecordWidth() |
void |
setFields(java.util.ArrayList newFields) |
void |
setLineDelimited(boolean tizit) |
void |
setRecordWidth(int newWidth) |
copyStateFrom, createInputStream, getPath, getPaths, setInputStream, setPath, setPaths, toCogclone, close, getAfterActions, getBeforeActions, getShowProgress, getTransforms, isVerbose, iterator, setAfterActions, setBeforeActions, setShowProgress, setTransforms, setVerbosepublic DataRecordFetcher createFetcher()
DataRecordSourcecreateFetcher in class DataRecordSourcepublic java.util.ArrayList getFields()
public void setFields(java.util.ArrayList newFields)
public int getRecordWidth()
public void setRecordWidth(int newWidth)
public boolean getLineDelimited()
public void setLineDelimited(boolean tizit)