|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| ClosedInputStream | Closed input stream. |
| CloseShieldInputStream | Proxy stream that prevents the underlying input stream from being closed. |
| CountingInputStream | A decorating input stream that counts the number of bytes that have passed through the stream so far. |
| EndianUtils | General Endian Related Utilties. |
| IOUtils | General IO stream manipulation utilities. |
| LookaheadInputStream | Stream wrapper that make it easy to read up to n bytes ahead from a stream that supports the mark feature. |
| NullInputStream | A functional, light weight InputStream that emulates
a stream of a specified size. |
| NullOutputStream | This OutputStream writes all data to the famous /dev/null. |
| ProxyInputStream | 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. |
| TaggedInputStream | An input stream decorator that tags potential exceptions so that the stream that caused the exception can easily be identified. |
| 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 | |
|---|---|
| EndianUtils.BufferUnderrunException | |
| IOExceptionWithCause | Subclasses IOException with the Throwable constructors missing before Java 6. |
| TaggedIOException | An IOException wrapper that tags the wrapped exception with
a given object reference. |
IO utilities.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||