Interface | Description |
---|---|
InputStreamFactory |
A factory which returns a fresh
InputStream for the same
resource each time. |
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.
|
MappedBufferCleaner |
Copied/pasted from the Apache Lucene/Solr project.
|
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 | Description |
---|---|
EndianUtils.BufferUnderrunException |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.