Hi,

On Thu, Feb 26, 2009 at 6:31 AM, Jonathan Koren <jonat...@soe.ucsc.edu> wrote:
> Ideas?  Suggestions?

If you need special processing for tar files, then the best
alternative is probably to use the TarInputStream class directly, and
use the higher level Tika parsers only for parsing the individual tar
entries.

If you need such processing to be an integral part of Tika, then you
can wrap your custom logic into a Parser class and modify your
configuration to use that parser instead of the default TarParser for
tar files.

BR,

Jukka Zitting

Reply via email to