| AttributedInputStream |
An AttributedInputStream wraps an input stream and allows for attributing it.
|
| BufferedRereadableContent |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| BufferedRereadableContent.BrcCleanup |
The clean-up task deleting the temporary file if appropriate
|
| CloseInCleanupInputStream |
This stream ensures post-mortem clean-up of resources by closing the wrapped
input stream.
|
| FileContent |
A RereadableContent based on a file.
|
| FileContent.FileCloseable |
This class implements the cleanup without referring to the RereadableContent it
cleans up.
|
| IoTools |
A class providing several IO-related tool methods.
|
| IoTools.Quiet<C extends AutoCloseable> |
This class wraps an AutoCloseable and logs the exception from
closing.
|
| IoTools.Unchecked<C extends AutoCloseable> |
This class wraps an AutoCloseable and wraps the exception from
closing in a RuntimeException if necessary.
|
| MediaTypes |
Tool class providing methods for retrieving the media type of a specific (file) name or content
(InputStream or byte[]).
|
| MediaTypes.ReplacingTypeDetector |
A Detector which replaces deprecated media types
returned by Tika.
|
| MemoryContent |
A RereadableContent based on memory data.
|
| MemoryContent.MutableNuller |
This class implements the cleanup (nulling the byte array) without referring to the
RereadableContent it cleans up.
|
| RereadableContent |
|
| RereadableContent.RrcCleanup |
|
| RereadableContent.RrcInputStream |
This class is an input stream that also provides the RereadableContent it has been
created for.
|
| RereadableContentBuilder |
A RereadableContentBuilder provides the means for creating
RereadableContent.
|
| RereadableContentBuilder.RcbCleanup |
|
| SwitchingOutputStream |
This class is an OutputStream that stores to memory or file (depending on the data
size).
|
| WrappingContent |
A RereadableContent based on another RereadableContent.
|