Home
last modified time | relevance | path

Searched defs:fromInputStream (Results 1 – 7 of 7) sorted by relevance

/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/
DOatFile.java128 public static OatFile fromInputStream(@Nonnull InputStream is) throws IOException { in fromInputStream() method in OatFile
132 …public static OatFile fromInputStream(@Nonnull InputStream is, @Nullable VdexProvider vdexProvider) in fromInputStream() method in OatFile
DDexBackedDexFile.java193 … public static DexBackedDexFile fromInputStream(@Nullable Opcodes opcodes, @Nonnull InputStream is) in fromInputStream() method in DexBackedDexFile
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/
DSdkBytes.java107 public static SdkBytes fromInputStream(InputStream inputStream) { in fromInputStream() method in SdkBytes
DResponseBytes.java47 …public static <ResponseT> ResponseBytes<ResponseT> fromInputStream(ResponseT response, InputStream… in fromInputStream() method in ResponseBytes
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/sync/
DRequestBody.java130 public static RequestBody fromInputStream(InputStream inputStream, long contentLength) { in fromInputStream() method in RequestBody
/external/lottie/lottie/src/main/java/com/airbnb/lottie/network/
DNetworkFetcher.java114 …private LottieResult<LottieComposition> fromInputStream(Context context, @NonNull String url, @Non… in fromInputStream() method in NetworkFetcher
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieComposition.java298 public static Cancellable fromInputStream(InputStream stream, OnCompositionLoadedListener l) { in fromInputStream() method in LottieComposition.Factory