| Package | Description |
|---|---|
| org.apache.camel.converter.stream |
Package with converters for dealing with stream-based messages
|
| Class and Description |
|---|
| CachedOutputStream
This output stream will store the content into a File if the stream context size is exceed the
THRESHOLD value.
|
| InputStreamCache
A
StreamCache for caching using an in-memory byte array. |
| OutputStreamBuilder
Utility to hide the complexity of choosing which OutputStream
implementation to choose.
|
Apache Camel