Searched refs:CloseableDelegateByteSource (Results 1 – 3 of 3) sorted by relevance
48 public CloseableDelegateByteSource fromStream(@Nonnull InputStream stream) throws IOException { in fromStream()51 return new CloseableDelegateByteSource(ByteSource.wrap(data), data.length) { in fromStream()67 public CloseableDelegateByteSource fromStream(@Nonnull ByteArrayOutputStream stream)71 return new CloseableDelegateByteSource(ByteSource.wrap(data), data.length) {87 public CloseableDelegateByteSource fromSource(@Nonnull ByteSource source) throws IOException {
35 public class CloseableDelegateByteSource extends CloseableByteSource { class56 public CloseableDelegateByteSource(@Nonnull ByteSource inner, long size) { in CloseableDelegateByteSource() method in CloseableDelegateByteSource
20 import com.android.tools.build.apkzlib.zip.utils.CloseableDelegateByteSource;650 source = createSourcesFromRawContents(new CloseableDelegateByteSource( in loadSourceIntoMemory()