See: Description
| Class | Description |
|---|---|
| ByteArrayInputStreamCache | |
| CachedByteArrayOutputStream |
A
ByteArrayOutputStream that is capable of returning a
InputStreamCache view of the buffer. |
| CachedOutputStream |
This output stream will store the content into a File if the stream context size is exceed the
THRESHOLD value.
|
| CipherPair |
A class to hold a pair of encryption and decryption ciphers.
|
| FileInputStreamCache |
A
StreamCache for Files |
| InputStreamCache |
A
StreamCache for caching using an in-memory byte array. |
| OutputStreamBuilder |
Utility to hide the complexity of choosing which OutputStream
implementation to choose.
|
| ReaderCache |
A
StreamCache for String Readers |
| SourceCache |
StreamCache implementation for StringSources |
| StreamCacheConverter |
A set of
Converter methods for wrapping stream-based messages in a StreamCache
implementation to ensure message re-readability (eg multicasting, retrying) |
| StreamSourceCache |
A
StreamCache for StreamSources |
Apache Camel