Searched refs:openStream (Results 1 – 8 of 8) 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());
135 FileUtil.writeToFile(apkUrl.openStream(), apkTempFile); in getApkFile()
1426 val stream = url.openStream() in <lambda>()