Re: svn commit: r1095760 - in /tika/trunk/tika-core/src/main/java/org/apache/tika: io/TaggedInputStream.java io/TikaInputStream.java parser/CompositeParser.java parser/NetworkParser.java

2011-05-18 Thread Jukka Zitting
Hi, On Tue, May 17, 2011 at 9:30 PM, Nick Burch nick.bu...@alfresco.com wrote: On Tue, 17 May 2011, Jukka Zitting wrote: Not sure if that's worth the trouble, as the overhead of TaggedInputStream is insignificant compared to any IO operations, unlike in TikaInputStream where the overhead can

Re: svn commit: r1095760 - in /tika/trunk/tika-core/src/main/java/org/apache/tika: io/TaggedInputStream.java io/TikaInputStream.java parser/CompositeParser.java parser/NetworkParser.java

2011-05-17 Thread Jukka Zitting
Hi, On Thu, Apr 21, 2011 at 5:59 PM, n...@apache.org wrote: TIKA-643 - Change TagginedInputStream to work like TikaInputStream for creation, with a static get, to avoid double wrapping. Not sure if that's worth the trouble, as the overhead of TaggedInputStream is insignificant compared to

Re: svn commit: r1095760 - in /tika/trunk/tika-core/src/main/java/org/apache/tika: io/TaggedInputStream.java io/TikaInputStream.java parser/CompositeParser.java parser/NetworkParser.java

2011-05-17 Thread Nick Burch
On Tue, 17 May 2011, Jukka Zitting wrote: Not sure if that's worth the trouble, as the overhead of TaggedInputStream is insignificant compared to any IO operations, unlike in TikaInputStream where the overhead can be huge for example when a temporary file gets created. It was more that the