RereadableInputStream needs to support not closing the input stream it wraps.
-----------------------------------------------------------------------------
Key: TIKA-52
URL: https://issues.apache.org/jira/browse/TIKA-52
Project: Tika
Issue Type: Improvement
Components: general
Affects Versions: 0.1-incubator
Reporter: Keith R. Bennett
Fix For: 0.1-incubator
The MSParser currently uses the RereadableInputStream to reread a stream. The
Parser architecture requires that parser implementations do not close the
stream, but instead leave that task to the parser's caller. We need to add the
ability to *not* close the stream to RereadableInputStream, and use that option
in MSParser.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.