Searched refs:openStream (Results 1 – 10 of 10) sorted by relevance
49 public InputStream openStream() throws IOException { in openStream() method in InflaterByteSource56 return new InflaterInputStream(new SequenceInputStream(deflatedSource.openStream(), in openStream()
148 public InputStream openStream() throws IOException { in openStream() method in LazyDelegateByteSource149 return get().openStream(); in openStream()
334 return source.getProcessedByteSource().openStream(); in open()560 public InputStream openStream() throws IOException { in createSourceFromZip()
1350 InputStream is = rawContents.openStream(); in writeEntry()2020 InputStream fromInput = fromSource.getRawByteSource().openStream(); in mergeFrom()
154 public InputStream openStream() throws IOException { in openStream() method in CloseableDelegateByteSource155 return get().openStream(); in openStream()
88 return fromStream(source.openStream());
52 public InputStream openStream() throws IOException { in compute()
65 resource?.openStream()?.reader()?.use { baseline.read(it, resource.toExternalForm()) } in <lambda>()
137 FileUtil.writeToFile(apkUrl.openStream(), apkTempFile); in getApkFile()
1347 val stream = url.openStream() in <lambda>()