Package org.luwrain.io.api.yandex_disk
Interface DiskClient
- All Known Implementing Classes:
YandexDiskClient
public interface DiskClient
-
Method Summary
-
Method Details
-
authorize
-
download
InputStream download(String link) throws FileNotFoundException, IOException, FileIsTooBigException, TooManyRequestsException, UnavailableException -
cancelDownload
-
upload
String upload(InputStream in, String filepath) throws IOException, UnauthorizedException, FileIsTooBigException, TooManyRequestsException, UnavailableException -
cancelUpload
-