[ 
https://issues.apache.org/jira/browse/TIKA-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jukka Zitting resolved TIKA-153.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0
         Assignee: Jukka Zitting

The TikaInputStream class is now in place and being used by many parsers. 
Resolving as fixed.

> Allow passing of files or memory buffers to parsers
> ---------------------------------------------------
>
>                 Key: TIKA-153
>                 URL: https://issues.apache.org/jira/browse/TIKA-153
>             Project: Tika
>          Issue Type: New Feature
>          Components: parser
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 1.0
>
>
> Some of our parsers need to be able to go back and forth within a source 
> document, so need either a file or (for smaller documents) an in-memory 
> buffer that contains the full document. Currently we use temporary files for 
> such cases, which in some cases means doing an extra copy of a file before it 
> gets parsed. We should come up with some way for clients to pass in a file or 
> a memory buffer if one is available.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to