public class GZIPContentDecoder extends GZIPContentDecoder implements ContentDecoder
ContentDecoder for the "gzip" encoding.| Modifier and Type | Class and Description |
|---|---|
static class |
GZIPContentDecoder.Factory
Specialized
ContentDecoder.Factory for the "gzip" encoding. |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BUFFER_SIZE |
| Constructor and Description |
|---|
GZIPContentDecoder() |
GZIPContentDecoder(ByteBufferPool byteBufferPool,
int bufferSize) |
GZIPContentDecoder(int bufferSize) |
acquire, decode, destroy, isFinished, releaseequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, releasepublic static final int DEFAULT_BUFFER_SIZE
public GZIPContentDecoder()
public GZIPContentDecoder(int bufferSize)
public GZIPContentDecoder(ByteBufferPool byteBufferPool, int bufferSize)
Copyright © 2010 - 2020 Adobe. All Rights Reserved