Uses of Class
org.apache.tika.io.ProxyInputStream
-
Packages that use ProxyInputStream Package Description org.apache.tika.io IO utilities. -
-
Uses of ProxyInputStream in org.apache.tika.io
Subclasses of ProxyInputStream in org.apache.tika.io Modifier and Type Class Description 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.
-