Class CompressionZlibPure

  • All Implemented Interfaces:
    Compression

    public class CompressionZlibPure
    extends java.lang.Object
    implements Compression
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] compress​(byte[] in)
      Shrinks the given in array with length len
      ByteArray decompress​(byte[] in)
      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

      • CompressionZlibPure

        public CompressionZlibPure()