Home
last modified time | relevance | path

Searched refs:openStream (Results 1 – 10 of 10) 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/common_util/com/android/tradefed/cache/
DDigestCalculator.java52 public InputStream openStream() throws IOException { in compute()
/tools/metalava/metalava-testing/src/main/java/com/android/tools/metalava/testing/
DBaselineFile.kt65 resource?.openStream()?.reader()?.use { baseline.read(it, resource.toExternalForm()) } in <lambda>()
/tools/tradefederation/core/src/com/android/tradefed/util/
DBuildTestsZipUtils.java137 FileUtil.writeToFile(apkUrl.openStream(), apkTempFile); in getApkFile()
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DDriverTest.kt1347 val stream = url.openStream() in <lambda>()