Class Zopfli


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

      Constructors 
      Constructor Description
      Zopfli​(int masterBlockSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Buffer compress​(Options options, byte[] input)  
      • Methods inherited from class java.lang.Object

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

      • Zopfli

        public Zopfli​(int masterBlockSize)
    • Method Detail

      • compress

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