Uses of Class
org.apache.tika.io.ProxyInputStream

Packages that use ProxyInputStream
org.apache.tika.io IO utilities. 
 

Uses of ProxyInputStream in org.apache.tika.io
 

Subclasses of ProxyInputStream in org.apache.tika.io
 class CloseShieldInputStream
          Proxy stream that prevents the underlying input stream from being closed.
 class CountingInputStream
          A decorating input stream that counts the number of bytes that have passed through the stream so far.
 class TaggedInputStream
          An input stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.
 class TikaInputStream
          Input stream with extended capabilities.
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.