class DownloadNotesTask.DownloadCompressedRawUrlTask extends DownloadNotesTask.DownloadTask
Modifier and Type | Field and Description |
---|---|
private Compression |
compression |
notesData, reader
progressMonitor
Constructor and Description |
---|
DownloadCompressedRawUrlTask(OsmServerReader reader,
ProgressMonitor progressMonitor,
Compression compression) |
Modifier and Type | Method and Description |
---|---|
void |
realRun()
Called in the worker thread to do the actual work.
|
cancel, finish
afterFinish, canRunInBackground, getProgressMonitor, operationCanceled, run
private final Compression compression
DownloadCompressedRawUrlTask(OsmServerReader reader, ProgressMonitor progressMonitor, Compression compression)
public void realRun() throws java.io.IOException, org.xml.sax.SAXException, OsmTransferException
PleaseWaitRunnable
realRun
in class DownloadNotesTask.DownloadTask
java.io.IOException
- if an I/O error occursorg.xml.sax.SAXException
- if a SAX error occursOsmTransferException
- if a communication error with the OSM server occurs