Package | Description |
---|---|
com.dropbox.core |
Modifier and Type | Field and Description |
---|---|
DbxEntry.File |
DbxClient.Downloader.metadata |
Modifier and Type | Method and Description |
---|---|
abstract DbxEntry.File |
DbxEntry.asFile()
If this metadata entry is a file, return it as a
DbxEntry.File
instance. |
DbxEntry.File |
DbxEntry.Folder.asFile() |
DbxEntry.File |
DbxEntry.File.asFile() |
DbxEntry.File |
DbxClient.Uploader.finish()
When you're done writing the file contents to
DbxClient.Uploader.body , call this
to indicate that you're done. |
DbxEntry.File |
DbxClient.getFile(String path,
String revision,
OutputStream target)
Retrieves a file's content and writes it to the given
OutputStream . |
DbxEntry.File |
DbxClient.getThumbnail(DbxThumbnailSize size,
DbxThumbnailFormat format,
String path,
String revision,
OutputStream target) |
<E extends Throwable> |
DbxClient.uploadFile(String targetPath,
DbxWriteMode writeMode,
long numBytes,
DbxStreamWriter<E> writer)
Upload file contents to Dropbox, getting contents from the given
DbxStreamWriter . |
DbxEntry.File |
DbxClient.uploadFile(String targetPath,
DbxWriteMode writeMode,
long numBytes,
InputStream contents)
A wrapper around
DbxClient.uploadFile(String, DbxWriteMode, long, DbxStreamWriter) that
lets you pass in an InputStream . |
Constructor and Description |
---|
DbxClient.Downloader(DbxEntry.File metadata,
InputStream body) |
Copyright © 2013. All rights reserved.