|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.abdera.i18n.text.io.CompressionUtil
public class CompressionUtil
| Nested Class Summary | |
|---|---|
static class |
CompressionUtil.CompressionCodec
|
| Constructor Summary | |
|---|---|
CompressionUtil()
|
|
| Method Summary | |
|---|---|
static CompressionUtil.CompressionCodec |
getCodec(String name)
|
static InputStream |
getDecodingInputStream(InputStream in,
CompressionUtil.CompressionCodec... encoding)
|
static InputStream |
getDecodingInputStream(InputStream in,
CompressionUtil.CompressionCodec encoding)
|
static InputStream |
getDecodingInputStream(InputStream in,
String ce)
|
static OutputStream |
getEncodedOutputStream(OutputStream out,
CompressionUtil.CompressionCodec... encodings)
|
static OutputStream |
getEncodedOutputStream(OutputStream out,
CompressionUtil.CompressionCodec encoding)
|
static String[] |
splitAndTrim(String value,
String delim,
boolean unquote)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompressionUtil()
| Method Detail |
|---|
public static CompressionUtil.CompressionCodec getCodec(String name)
public static OutputStream getEncodedOutputStream(OutputStream out,
CompressionUtil.CompressionCodec encoding)
throws IOException
IOException
public static OutputStream getEncodedOutputStream(OutputStream out,
CompressionUtil.CompressionCodec... encodings)
throws IOException
IOException
public static InputStream getDecodingInputStream(InputStream in,
CompressionUtil.CompressionCodec encoding)
throws IOException
IOException
public static InputStream getDecodingInputStream(InputStream in,
CompressionUtil.CompressionCodec... encoding)
throws IOException
IOException
public static InputStream getDecodingInputStream(InputStream in,
String ce)
throws IOException
IOException
public static String[] splitAndTrim(String value,
String delim,
boolean unquote)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||