Home
last modified time | relevance | path

Searched refs:ProgressReportingOutputStream (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DUrlDownloaderTask.java49 private final class ProgressReportingOutputStream extends FileOutputStream { class in UrlDownloaderTask
52 private ProgressReportingOutputStream(File f) throws FileNotFoundException { in ProgressReportingOutputStream() method in UrlDownloaderTask.ProgressReportingOutputStream
161 mProgressReportingOutputStream = new ProgressReportingOutputStream(mFile); in download()
DZipExtractorTask.java55 private final class ProgressReportingOutputStream extends FileOutputStream { class in ZipExtractorTask
56 private ProgressReportingOutputStream(File f) throws FileNotFoundException { in ProgressReportingOutputStream() method in ZipExtractorTask.ProgressReportingOutputStream
190 ProgressReportingOutputStream outStream = new ProgressReportingOutputStream(destination); in unzip()