235236237238239240241
} void incrementSize() { size++; Mediator.post(new DownloadSizeChanged(this)); }
241242243244245246247
} void incrementSize(long amount) { size += amount; Mediator.post(new DownloadSizeChanged(this)); }