Class CompressionZlibAttic

java.lang.Object
net.sourceforge.plantuml.code.CompressionZlibAttic
All Implemented Interfaces:
Compression

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

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    compress(byte[] in)
    Deprecated.
    Shrinks the given in array with length len
    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 Details

    • CompressionZlibAttic

      public CompressionZlibAttic()
      Deprecated.
  • Method Details