Class Zopfli

java.lang.Object
net.sourceforge.plantuml.zopfli.Zopfli

public class Zopfli extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Zopfli(int masterBlockSize)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    compress(Options options, byte[] input)
     

    Methods inherited from class java.lang.Object

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

    • Zopfli

      public Zopfli(int masterBlockSize)
  • Method Details

    • compress

      public Buffer compress(Options options, byte[] input)