- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for downloadObject (0.2 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/storage/ApiAdminStorageAction.java
import static org.codelibs.fess.app.web.admin.storage.AdminStorageAction.deleteObject; import static org.codelibs.fess.app.web.admin.storage.AdminStorageAction.downloadObject; import static org.codelibs.fess.app.web.admin.storage.AdminStorageAction.getFileItems; import static org.codelibs.fess.app.web.admin.storage.AdminStorageAction.getObjectName;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/storage/StorageClient.java
/** * Downloads an object from storage. * * @param objectName the name/path of the object to download * @param outputStream the output stream to write data to */ void downloadObject(String objectName, OutputStream outputStream); /** * Deletes an object from storage. * * @param objectName the name/path of the object to delete */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 2.8K bytes - Viewed (0)