@Deprecated public class EncodingUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EncodingUtils.ExpandedResult
Deprecated.
|
| Constructor and Description |
|---|
EncodingUtils()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
processDeflateEncoded(byte[] content)
Deprecated.
|
static byte[] |
processDeflateEncoded(byte[] compressed,
int sizeLimit)
Deprecated.
|
static byte[] |
processGzipEncoded(byte[] compressed)
Deprecated.
|
static EncodingUtils.ExpandedResult |
processGzipEncoded(byte[] compressed,
int sizeLimit)
Deprecated.
|
public static byte[] processGzipEncoded(byte[] compressed)
throws IOException
IOExceptionpublic static EncodingUtils.ExpandedResult processGzipEncoded(byte[] compressed, int sizeLimit) throws IOException
IOExceptionpublic static byte[] processDeflateEncoded(byte[] content)
throws IOException
IOExceptionpublic static byte[] processDeflateEncoded(byte[] compressed,
int sizeLimit)
throws IOException
IOExceptionCopyright © 2009–2016 Crawler-Commons. All rights reserved.