You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tika.apache.org by Jukka Zitting <ju...@gmail.com> on 2013/04/02 08:56:34 UTC

Re: Releasing TikaInputStream resources

Hi,

On Thu, Mar 28, 2013 at 3:09 PM, Public Network Services
<pu...@gmail.com> wrote:
> Correct, but if a method uses an already instantiated TikaInputStream, it
> cannot get a handle of the temporary resources to dispose it.

Can you describe the scenario where you'd need to do something like this?

The code that instantiates the TikaInputStream should also take care
of disposing it properly. If that happens, you shouldn't experience
the filling up of the /tmp space that you described.

BR,

Jukka Zitting