All,
  In Tika, when we do file type detection of OLE files
(POIFSContainerDetector), we spool the file to disk, open a POIFS and
make a decision based on document/directory names.  A user on
TIKA-2849 does not want to copy the full file from a slow network
drive for detection.  When I tried using a BoundedInputStream with
POIFS, not surprisingly, I got EOF exceptions.
  Question: is there any way to do detection in a streaming mode for
OLE files?  Or, is this the best we can do?  Thank you!

       Best,

                     Tim

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to