public class EncodingUtils
extends java.lang.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 java.io.IOException
java.io.IOException
public static EncodingUtils.ExpandedResult processGzipEncoded(byte[] compressed, int sizeLimit) throws java.io.IOException
java.io.IOException
public static byte[] processDeflateEncoded(byte[] content) throws java.io.IOException
java.io.IOException
public static byte[] processDeflateEncoded(byte[] compressed, int sizeLimit) throws java.io.IOException
java.io.IOException
Copyright © 2012 Bixo Labs