Example usage for android.os FileUtils copyToFile

List of usage examples for android.os FileUtils copyToFile

Introduction

In this page you can find the example usage for android.os FileUtils copyToFile.

Prototype

@UnsupportedAppUsage
@Deprecated
public static boolean copyToFile(InputStream inputStream, File destFile) 

Source Link

Usage