public class InflaterPostProcessor extends AbstractDecompressingPostProcessor
InflaterInputStream to decompress the
message body.HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description |
|---|
InflaterPostProcessor() |
InflaterPostProcessor(boolean alwaysDecompress) |
| Modifier and Type | Method and Description |
|---|---|
protected InputStream |
getDecompressorStream(InputStream zipped)
Get the stream.
|
protected String |
getEncoding()
Get the encoding.
|
getOrder, postProcessMessage, setOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostProcessMessagepublic InflaterPostProcessor()
public InflaterPostProcessor(boolean alwaysDecompress)
protected InputStream getDecompressorStream(InputStream zipped) throws IOException
AbstractDecompressingPostProcessorgetDecompressorStream in class AbstractDecompressingPostProcessorzipped - The output stream to write the compressed data to.IOException - IOExceptionprotected String getEncoding()
AbstractDecompressingPostProcessorgetEncoding in class AbstractDecompressingPostProcessor