Package org.apache.camel.converter.stream

Package with converters for dealing with stream-based messages

See:
          Description

Class Summary
ByteArrayInputStreamCache A StreamCache for ByteArrayInputStream
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.
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
 

Package org.apache.camel.converter.stream Description

Package with converters for dealing with stream-based messages



Apache Camel