Searched refs:ProgressReportingOutputStream (Results 1 – 2 of 2) sorted by relevance
49 private final class ProgressReportingOutputStream extends FileOutputStream { class in UrlDownloaderTask52 private ProgressReportingOutputStream(File f) throws FileNotFoundException { in ProgressReportingOutputStream() method in UrlDownloaderTask.ProgressReportingOutputStream161 mProgressReportingOutputStream = new ProgressReportingOutputStream(mFile); in download()
55 private final class ProgressReportingOutputStream extends FileOutputStream { class in ZipExtractorTask56 private ProgressReportingOutputStream(File f) throws FileNotFoundException { in ProgressReportingOutputStream() method in ZipExtractorTask.ProgressReportingOutputStream190 ProgressReportingOutputStream outStream = new ProgressReportingOutputStream(destination); in unzip()