On Tue, 31 Jul 2012, 122jxgcn wrote:
 try {
     TikaInputStream tstream = TikaInputStream.cast(stream);

You probably want TikaInputStream.get rather than cast. Cast casts it if possible, get wraps it

Nick

Reply via email to