类的使用
cn.leancloud.LCFile
-
使用LCFile的程序包 程序包 说明 cn.leancloud cn.leancloud.callback cn.leancloud.core -
-
cn.leancloud中LCFile的使用
返回LCFile的cn.leancloud中的方法 修饰符和类型 方法 说明 LCFileLCObject. getLCFile(java.lang.String key)Get AVFile value of specified key.static LCFileLCFile. withAbsoluteLocalPath(java.lang.String name, java.lang.String absoluteLocalFilePath)Generate File instance with local path.static LCFileLCFile. withFile(java.lang.String name, java.io.File file)Generate File instance with local file.返回变量类型为LCFile的类型的cn.leancloud中的方法 修饰符和类型 方法 说明 protected java.util.List<LCFile>LCObject. extractUnsavedFiles(java.lang.Object o)protected java.util.List<LCFile>LCObject. getUnsavedFiles()io.reactivex.Observable<LCFile>LCFile. saveInBackground()save to cloud backend.io.reactivex.Observable<LCFile>LCFile. saveInBackground(boolean keepFileName)save to cloud backend.io.reactivex.Observable<LCFile>LCFile. saveInBackground(LCUser asAuthenticatedUser, boolean keepFileName)save to cloud in background.static io.reactivex.Observable<LCFile>LCFile. withObjectIdInBackground(java.lang.String objectId)Get AVFile instance from objectId. -
cn.leancloud.callback中LCFile的使用
类型参数类型为LCFile的cn.leancloud.callback中的类 修饰符和类型 类 说明 classGetFileCallback<T extends LCFile> -
cn.leancloud.core中LCFile的使用
返回变量类型为LCFile的类型的cn.leancloud.core中的方法 修饰符和类型 方法 说明 io.reactivex.Observable<LCFile>StorageClient. fetchFile(LCUser authenticatedUser, java.lang.String objectId)
-