public class DropBoxManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DropBoxManager.Entry |
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_DROPBOX_ENTRY_ADDED |
static String |
EXTRA_TAG |
static String |
EXTRA_TIME |
static int |
IS_EMPTY |
static int |
IS_GZIPPED |
static int |
IS_TEXT |
| Modifier | Constructor and Description |
|---|---|
protected |
DropBoxManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addData(String tag,
byte[] data,
int flags) |
void |
addFile(String tag,
File file,
int flags) |
void |
addText(String tag,
String data) |
DropBoxManager.Entry |
getNextEntry(String tag,
long msec) |
boolean |
isTagEnabled(String tag) |
public static final int IS_EMPTY
public static final int IS_TEXT
public static final int IS_GZIPPED
public static final String ACTION_DROPBOX_ENTRY_ADDED
public static final String EXTRA_TAG
public static final String EXTRA_TIME
public void addData(String tag, byte[] data, int flags)
public void addFile(String tag, File file, int flags) throws IOException
IOExceptionpublic boolean isTagEnabled(String tag)
public DropBoxManager.Entry getNextEntry(String tag, long msec)
Copyright © 2008-2013. All Rights Reserved.