Class CompressionUtil


  • @Deprecated(since="2021-07-29")
    public class CompressionUtil
    extends java.lang.Object
    Deprecated.
    • Constructor Detail

      • CompressionUtil

        public CompressionUtil()
        Deprecated.
    • Method Detail

      • getEncodedOutputStream

        public static java.io.OutputStream getEncodedOutputStream​(java.io.OutputStream out,
                                                                  CompressionUtil.CompressionCodec encoding)
                                                           throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • getEncodedOutputStream

        public static java.io.OutputStream getEncodedOutputStream​(java.io.OutputStream out,
                                                                  CompressionUtil.CompressionCodec... encodings)
                                                           throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • getDecodingInputStream

        public static java.io.InputStream getDecodingInputStream​(java.io.InputStream in,
                                                                 CompressionUtil.CompressionCodec encoding)
                                                          throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • getDecodingInputStream

        public static java.io.InputStream getDecodingInputStream​(java.io.InputStream in,
                                                                 CompressionUtil.CompressionCodec... encoding)
                                                          throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • getDecodingInputStream

        public static java.io.InputStream getDecodingInputStream​(java.io.InputStream in,
                                                                 java.lang.String ce)
                                                          throws java.io.IOException
        Deprecated.
        Throws:
        java.io.IOException
      • splitAndTrim

        public static java.lang.String[] splitAndTrim​(java.lang.String value,
                                                      java.lang.String delim,
                                                      boolean unquote)
        Deprecated.