public abstract class AbstractTaskSingleInputIterator extends AbstractTask
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closeInput
|
protected InputStream |
in
|
protected FileFormat |
inputFormat
|
protected OsmIterator |
inputIterator
|
protected String |
pathInput
|
protected boolean |
readMetadata
|
line, options| Constructor and Description |
|---|
AbstractTaskSingleInputIterator()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finish()
|
protected void |
init()
|
protected void |
setup(String
|
getHelpMessageprotected FileFormatinputFormat
protected StringpathInput
protected boolean readMetadata
protected boolean closeInput
protected InputStreamin
protected OsmIteratorinputIterator
protected void setup(String[] args)
protected void init()
throws IOException
IOException
protected void finish()
throws IOException
IOException