Package org.apache.camel.converter.stream
Package with converters for dealing with stream-based messages
-
Class Summary Class Description ByteArrayInputStreamCache AStreamCacheforByteArrayInputStream.CachedByteArrayOutputStream AByteArrayOutputStreamthat is capable of returning aInputStreamCacheview 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 AStreamCacheforFiles.InputStreamCache AStreamCachefor caching using an in-memory byte array.ReaderCache AStreamCachefor StringReaders.StreamCacheBulkConverterLoader Generated by camel build tools - do NOT edit this file!StreamCacheConverter A set ofConvertermethods for wrapping stream-based messages in aStreamCacheimplementation to ensure message re-readability (eg multicasting, retrying)