public class StorageUtils extends Object
| Constructor and Description |
|---|
StorageUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
downloadInputFile(String fileurl,
String destinationFile) |
static void |
inputStreamToFile(InputStream is,
String path) |
static String |
uploadFilesOnStorage(String scope,
String user,
String localFolder,
String file) |
public static void downloadInputFile(String fileurl, String destinationFile) throws Exception
Exceptionpublic static void inputStreamToFile(InputStream is, String path) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionCopyright © 2014. All Rights Reserved.