public class EncodingUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EncodingUtils.ExpandedResult |
Constructor and Description |
---|
EncodingUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
processDeflateEncoded(byte[] content) |
static byte[] |
processDeflateEncoded(byte[] compressed,
int sizeLimit) |
static byte[] |
processGzipEncoded(byte[] compressed) |
static EncodingUtils.ExpandedResult |
processGzipEncoded(byte[] compressed,
int sizeLimit) |
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 © 2015. All rights reserved.