- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getContentStream (0.06 sec)
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractor.java
* * @param dfos A deferred file output stream. * @return An input stream. * @throws IOException if an I/O error occurs. */ protected InputStream getContentStream(final DeferredFileOutputStream dfos) throws IOException { if (dfos.isInMemory()) { return new ByteArrayInputStream(dfos.getData()); }Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 30.8K bytes - Viewed (0)