Package org.apache.abdera.i18n.text.io
Class CompressionUtil
- java.lang.Object
-
- org.apache.abdera.i18n.text.io.CompressionUtil
-
@Deprecated(since="2021-07-29") public class CompressionUtil extends Object
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompressionUtil.CompressionCodecDeprecated.
-
Constructor Summary
Constructors Constructor Description CompressionUtil()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CompressionUtil.CompressionCodecgetCodec(String name)Deprecated.static InputStreamgetDecodingInputStream(InputStream in, String ce)Deprecated.static InputStreamgetDecodingInputStream(InputStream in, CompressionUtil.CompressionCodec encoding)Deprecated.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.
-
-
-
Method Detail
-
getCodec
public static CompressionUtil.CompressionCodec getCodec(String name)
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
public static InputStream getDecodingInputStream(InputStream in, String ce) throws IOException
Deprecated.- Throws:
IOException
-
-