public class RemoteStorage extends Object
| Constructor and Description |
|---|
RemoteStorage(String userLogin,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile(String path) |
File |
getFileNew(String path) |
InputStream |
getStorageClientInputStream(String url) |
String |
putFile(File file,
String fileName) |
String |
putObject(Object outputs) |
void |
putStream(InputStream is,
String path) |
public void putStream(InputStream is, String path)
public String putObject(Object outputs) throws IOException
IOExceptionpublic InputStream getStorageClientInputStream(String url) throws Exception
Exceptionpublic File getFile(String path) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.