@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
IOException
public static EncodingUtils.ExpandedResult processGzipEncoded(byte[] compressed, int sizeLimit) throws IOException
IOException
public static byte[] processDeflateEncoded(byte[] content) throws IOException
IOException
public static byte[] processDeflateEncoded(byte[] compressed, int sizeLimit) throws IOException
IOException
Copyright © 2009–2016 Crawler-Commons. All rights reserved.