Uses of Class
com.dropbox.client2.DropboxAPI.DropboxFileInfo

Packages that use DropboxAPI.DropboxFileInfo
com.dropbox.client2   
 

Uses of DropboxAPI.DropboxFileInfo in com.dropbox.client2
 

Methods in com.dropbox.client2 that return DropboxAPI.DropboxFileInfo
 DropboxAPI.DropboxFileInfo DropboxAPI.getFile(String path, String rev, OutputStream os, ProgressListener listener)
          Downloads a file from Dropbox, copying it to the output stream.
 DropboxAPI.DropboxFileInfo DropboxAPI.DropboxInputStream.getFileInfo()
          Returns the DropboxAPI.DropboxFileInfo for the associated file.
 DropboxAPI.DropboxFileInfo DropboxAPI.getThumbnail(String path, OutputStream os, DropboxAPI.ThumbSize size, DropboxAPI.ThumbFormat format, ProgressListener listener)
          Downloads a thumbnail from Dropbox, copying it to the output stream.
 



Copyright © 2012. All Rights Reserved.