- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for fwrite (0.03 sec)
-
AdminStorageAction.java
ComponentUtil.getFessConfig(); L239: final GetObjectArgs args = GetObjectArgs.builder().bucket(fessConfig.getStorageBucket()).object(objectName).build(); L240: try (InputStream in = createClient(fessConfig).getObject(args)) { L241: out.write(in); L242: } catch (final Exception e) { L243: throw new StorageException("Failed to download " + objectName, e); L244: } L245: } L246: L247: public static void deleteObject(final String objectName) { L248: try...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 19.9K bytes