Package org.apache.camel.converter.stream

Package with converters for dealing with stream-based messages

See:
          Description

Class Summary
CachedOutputStream This output stream will store the content into a File if the stream context size is exceed the THRESHOLD which's default value is 64K.
FileInputStreamCache  
InputStreamCache  
ReaderCache StreamCache implementation for Cache the Reader 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 StreamCache implementation for Cache the StreamSource StreamSources
 

Package org.apache.camel.converter.stream Description

Package with converters for dealing with stream-based messages



Apache CAMEL