Home
last modified time | relevance | path

Searched refs:openStream (Results 1 – 8 of 8) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DInflaterByteSource.java49 public InputStream openStream() throws IOException { in openStream() method in InflaterByteSource
56 return new InflaterInputStream(new SequenceInputStream(deflatedSource.openStream(), in openStream()
DLazyDelegateByteSource.java148 public InputStream openStream() throws IOException { in openStream() method in LazyDelegateByteSource
149 return get().openStream(); in openStream()
DStoredEntry.java334 return source.getProcessedByteSource().openStream(); in open()
560 public InputStream openStream() throws IOException { in createSourceFromZip()
DZFile.java1350 InputStream is = rawContents.openStream(); in writeEntry()
2020 InputStream fromInput = fromSource.getRawByteSource().openStream(); in mergeFrom()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
DCloseableDelegateByteSource.java154 public InputStream openStream() throws IOException { in openStream() method in CloseableDelegateByteSource
155 return get().openStream(); in openStream()
DByteTracker.java88 return fromStream(source.openStream());
/tools/tradefederation/core/src/com/android/tradefed/util/
DBuildTestsZipUtils.java135 FileUtil.writeToFile(apkUrl.openStream(), apkTempFile); in getApkFile()
/tools/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt1426 val stream = url.openStream() in <lambda>()