public abstract class AbstractTaskSingleInputReader extends AbstractTaskimplements OsmHandler
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
closeInput
|
protected InputStream |
in
|
protected FileFormat |
inputFormat
|
protected OsmReader |
inputReader
|
protected String |
pathInput
|
protected boolean |
readMetadata
|
line, options| Constructor and Description |
|---|
AbstractTaskSingleInputReader()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finish()
|
protected void |
init()
|
protected void |
run()
|
protected void |
setup(String
|
getHelpMessageprotected FileFormatinputFormat
protected StringpathInput
protected boolean readMetadata
protected boolean closeInput
protected InputStreamin
protected OsmReaderinputReader
protected void setup(String[] args)
protected void init()
throws IOException
IOException
protected void run()
throws OsmInputException
OsmInputException
protected void finish()
throws IOException
IOException