- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for withoutPadding (0.05 seconds)
-
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
try (GZIPOutputStream gos = new GZIPOutputStream(baos)) { gos.write(hash.getBytes(Constants.UTF_8)); } return SIMILAR_DOC_HASH_PREFIX + Base64.getUrlEncoder().withoutPadding().encodeToString(baos.toByteArray()); } catch (final IOException e) { logger.warn("Failed to encode similar document hash: hash={}", hash, e); } } return hash;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:27:04 GMT 2026 - 17.4K bytes - Click Count (0)