hyphenate_SDK3.0
3.0.1
hyphenatejavaIMSDK
|
Classes | |
class | MyComparator |
Static Public Member Functions | |
static File[] | loadFiles (File directory) |
static String | getMIMEType (File f) |
static String | getMIMEType (String fileName) |
static void | openFile (File f, Activity context) |
static void | openFile (Uri uri, String type, Activity context) |
static synchronized void | saveObjectToFile (Object object, File toSaveFile) throws Exception |
static synchronized Object | readObjectFromFile (File toReadFile) throws Exception |
Static Public Attributes | |
static String[] | fileTypes |
|
static |
Determine the type of file
f |
|
static |
open file
f | |
context |
|
static |