class DownloadNotesTask.DownloadCompressedRawUrlTask extends DownloadNotesTask.DownloadTask
| Modifier and Type | Field and Description |
|---|---|
private Compression |
compression |
notesData, readerprogressMonitor| 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, finishafterFinish, canRunInBackground, getProgressMonitor, operationCanceled, runprivate final Compression compression
DownloadCompressedRawUrlTask(OsmServerReader reader, ProgressMonitor progressMonitor, Compression compression)
public void realRun() throws java.io.IOException, org.xml.sax.SAXException, OsmTransferException
PleaseWaitRunnablerealRun in class DownloadNotesTask.DownloadTaskjava.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