@Version("1.0.0")
Package org.apache.tika.io
IO utilities.
-
Interface Summary Interface Description InputStreamFactory A factory which returns a freshInputStream
for the same resource each time. -
Class Summary Class Description BoundedInputStream Very slight modification of Commons' BoundedInputStream so that we can figure out if this hit the bound or not.EndianUtils General Endian Related Utilties.FilenameUtils IOUtils LookaheadInputStream Stream wrapper that make it easy to read up to n bytes ahead from a stream that supports the mark feature.TailStream A specialized input stream implementation which records the last portion read from an underlying stream.TemporaryResources Utility class for tracking and ultimately closing or otherwise disposing a collection of temporary resources.TikaInputStream Input stream with extended capabilities. -
Exception Summary Exception Description EndianUtils.BufferUnderrunException