Searched defs:fromInputStream (Results 1 – 7 of 7) sorted by relevance
128 public static OatFile fromInputStream(@Nonnull InputStream is) throws IOException { in fromInputStream() method in OatFile132 …public static OatFile fromInputStream(@Nonnull InputStream is, @Nullable VdexProvider vdexProvider) in fromInputStream() method in OatFile
193 … public static DexBackedDexFile fromInputStream(@Nullable Opcodes opcodes, @Nonnull InputStream is) in fromInputStream() method in DexBackedDexFile
107 public static SdkBytes fromInputStream(InputStream inputStream) { in fromInputStream() method in SdkBytes
47 …public static <ResponseT> ResponseBytes<ResponseT> fromInputStream(ResponseT response, InputStream… in fromInputStream() method in ResponseBytes
130 public static RequestBody fromInputStream(InputStream inputStream, long contentLength) { in fromInputStream() method in RequestBody
114 …private LottieResult<LottieComposition> fromInputStream(Context context, @NonNull String url, @Non… in fromInputStream() method in NetworkFetcher
298 public static Cancellable fromInputStream(InputStream stream, OnCompositionLoadedListener l) { in fromInputStream() method in LottieComposition.Factory