@Deprecated public class CompressionFilter extends Base implements WrapperStreamFactory, XmlConfigurable
| Modifier and Type | Class and Description |
|---|---|
static class |
CompressionFilter.DeflaterOutputShell
Deprecated.
DeflaterOutputShell enforces the "end" call for the
corresponding Deflater object.
|
static class |
CompressionFilter.InflaterInputShell
Deprecated.
InflaterInputShell enforces the "end" call for the
corresponding Inflater object.
|
Base.LoggingWriter, Base.StackFrame| Constructor and Description |
|---|
CompressionFilter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
XmlElement |
getConfig()
Deprecated.
Determine the current configuration of the object.
|
InputStream |
getInputStream(InputStream stream)
Deprecated.
Requests an InputStream that wraps the passed InputStream.
|
OutputStream |
getOutputStream(OutputStream stream)
Deprecated.
Requests an OutputStream that wraps the passed OutputStream.
|
void |
setConfig(XmlElement xml)
Deprecated.
Specify the configuration for the object.
|
azzert, azzert, azzert, azzertFailed, breakLines, breakLines, capitalize, checkNotEmpty, checkNotNull, checkRange, computeSafeWaitTime, decimalValue, dup, dup, ensureBigDecimal, ensureClassLoader, ensureRuntimeException, ensureRuntimeException, equals, equalsDeep, err, err, err, err, err, escape, formatDateTime, getCallerStackFrame, getCommonMonitor, getCommonMonitor, getCommonMonitor, getContextClassLoader, getContextClassLoader, getDeepMessage, getErr, getLastSafeTimeMillis, getLog, getMaxDecDigits, getMaxHexDigits, getOriginalException, getOut, getProcessRandom, getRandom, getRandomBinary, getRandomBinary, getRandomString, getSafeTimeMillis, getStackFrame, getStackFrames, getStackTrace, getStackTrace, getStackTrace, getThreadFactory, getTimeZone, getUpTimeMillis, hashCode, hexValue, indentString, indentString, isDecimal, isHex, isLogEcho, isOctal, log, log, log, log, log, makeInteger, makeLong, makeThread, mergeArray, mergeBooleanArray, mergeByteArray, mergeCharArray, mergeDoubleArray, mergeFloatArray, mergeIntArray, mergeLongArray, mod, mod, octalValue, out, out, out, out, out, pad, parseBandwidth, parseBandwidth, parseDelimitedString, parseHex, parseHex, parseMemorySize, parseMemorySize, parsePercentage, parseTime, parseTime, parseTimeNanos, parseTimeNanos, printStackTrace, randomize, randomize, randomize, randomize, read, read, read, read, read, read, read, replace, setErr, setLog, setLogEcho, setOut, sleep, toBandwidthString, toBandwidthString, toCharEscape, toCrc, toCrc, toCrc, toCrc, toCrc, toDecString, toDelimitedString, toDelimitedString, toDelimitedString, toDelimitedString, toHex, toHex, toHexDump, toHexEscape, toHexEscape, toHexEscape, toHexEscape, toHexString, toMemorySizeString, toMemorySizeString, toQuotedCharEscape, toQuotedStringEscape, toSqlString, toString, toString, toStringEscape, toUnicodeEscape, trace, trace, trace, trace, trace, trace, trace, trace, trace, truncateString, truncateString, waitpublic InputStream getInputStream(InputStream stream)
getInputStream in interface WrapperStreamFactorystream - the java.io.InputStream to be wrappedpublic OutputStream getOutputStream(OutputStream stream)
getOutputStream in interface WrapperStreamFactorystream - the java.io.OutputStream to be wrappedpublic XmlElement getConfig()
getConfig in interface XmlConfigurablepublic void setConfig(XmlElement xml)
setConfig in interface XmlConfigurablexml - the XML configuration for the objectIllegalStateException - if the object is not in a state that
allows the configuration to be set; for example, if the
object has already been configured and cannot be reconfigured