Package org.apache.abdera.i18n.text.io
Class CompressionUtil
java.lang.Object
org.apache.abdera.i18n.text.io.CompressionUtil
Deprecated.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static InputStreamgetDecodingInputStream(InputStream in, String ce) Deprecated.static InputStreamDeprecated.static InputStreamgetDecodingInputStream(InputStream in, CompressionUtil.CompressionCodec... encoding) Deprecated.static OutputStreamgetEncodedOutputStream(OutputStream out, CompressionUtil.CompressionCodec encoding) Deprecated.static OutputStreamgetEncodedOutputStream(OutputStream out, CompressionUtil.CompressionCodec... encodings) Deprecated.static String[]splitAndTrim(String value, String delim, boolean unquote) Deprecated.
-
Constructor Details
-
CompressionUtil
public CompressionUtil()Deprecated.
-
-
Method Details
-
getCodec
Deprecated. -
getEncodedOutputStream
public static OutputStream getEncodedOutputStream(OutputStream out, CompressionUtil.CompressionCodec encoding) throws IOException Deprecated.- Throws:
IOException
-
getEncodedOutputStream
public static OutputStream getEncodedOutputStream(OutputStream out, CompressionUtil.CompressionCodec... encodings) throws IOException Deprecated.- Throws:
IOException
-
getDecodingInputStream
public static InputStream getDecodingInputStream(InputStream in, CompressionUtil.CompressionCodec encoding) throws IOException Deprecated.- Throws:
IOException
-
getDecodingInputStream
public static InputStream getDecodingInputStream(InputStream in, CompressionUtil.CompressionCodec... encoding) throws IOException Deprecated.- Throws:
IOException
-
getDecodingInputStream
Deprecated.- Throws:
IOException
-
splitAndTrim
Deprecated.
-