|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dropbox.client2.DropboxAPI.DropboxFileInfo
public static final class DropboxAPI.DropboxFileInfo
Contains info describing a downloaded file.
Method Summary | |
---|---|
java.lang.String |
getCharset()
Returns the charset of the associated file, or null if it is unknown. |
long |
getContentLength()
Deprecated. Replaced by getFileSize() |
long |
getFileSize()
Returns the size of the file in bytes (always >= 0). |
DropboxAPI.Entry |
getMetadata()
Returns the metadata of the associated file (always non-null). |
java.lang.String |
getMimeType()
Returns the MIME type of the associated file, or null if it is unknown. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final java.lang.String getMimeType()
@Deprecated public final long getContentLength()
getFileSize()
public final long getFileSize()
public final java.lang.String getCharset()
public final DropboxAPI.Entry getMetadata()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |