Package org.apache.tika.io
package org.apache.tika.io
IO utilities.
-
ClassDescriptionVery slight modification of Commons' BoundedInputStream so that we can figure out if this hit the bound or not.Closed input stream.Proxy stream that prevents the underlying input stream from being closed.A decorating input stream that counts the number of bytes that have passed through the stream so far.General Endian Related Utilties.Subclasses IOException with the
Throwable
constructors missing before Java 6.General IO stream manipulation utilities.Stream wrapper that make it easy to read up to n bytes ahead from a stream that supports the mark feature.Copied/pasted from the Apache Lucene/Solr project.A functional, light weightInputStream
that emulates a stream of a specified size.This OutputStream writes all data to the famous /dev/null.A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.An input stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified.AnIOException
wrapper that tags the wrapped exception with a given object reference.A specialized input stream implementation which records the last portion read from an underlying stream.Utility class for tracking and ultimately closing or otherwise disposing a collection of temporary resources.Input stream with extended capabilities.