- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Out1 (0.03 sec)
-
src/main/java/org/codelibs/fess/suggest/util/SuggestUtil.java
secondLine.put("kinds", Arrays.toString(item.getKinds())); secondLine.put("@timestamp", item.getTimestamp()); try (OutputStream out1 = getXContentOutputStream(firstLineMap); OutputStream out2 = getXContentOutputStream(secondLine)) { return ((ByteArrayOutputStream) out1).toString(CoreLibConstants.UTF_8) + '\n' + ((ByteArrayOutputStream) out2).toString(CoreLibConstants.UTF_8);
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Sat Oct 12 00:10:39 UTC 2024 - 11.7K bytes - Viewed (0)