org.apache.abdera.protocol.util
Class ContentEncodingUtil
java.lang.Object
org.apache.abdera.protocol.util.ContentEncodingUtil
public class ContentEncodingUtil
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentEncodingUtil
public ContentEncodingUtil()
getEncodedOutputStream
public static java.io.OutputStream getEncodedOutputStream(java.io.OutputStream out,
ContentEncodingUtil.ContentEncoding encoding)
throws java.io.IOException
- Throws:
java.io.IOException
getEncodedOutputStream
public static java.io.OutputStream getEncodedOutputStream(java.io.OutputStream out,
ContentEncodingUtil.ContentEncoding... encodings)
throws java.io.IOException
- Throws:
java.io.IOException
getDecodingInputStream
public static java.io.InputStream getDecodingInputStream(java.io.InputStream in,
java.lang.String ce)
throws java.io.IOException
- Throws:
java.io.IOException