Class CompressionZlibAttic

  • All Implemented Interfaces:
    Compression

    @Deprecated
    public class CompressionZlibAttic
    extends java.lang.Object
    implements Compression
    Deprecated.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      byte[] compress​(byte[] in)
      Deprecated.
      Shrinks the given in array with length len
      ByteArray decompress​(byte[] in)
      Deprecated.
      Grows the given in array with length len compressed with the shrink method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompressionZlibAttic

        public CompressionZlibAttic()
        Deprecated.