Class Deflate.Config

  • Enclosing class:
    Deflate

    static class Deflate.Config
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int func  
      (package private) int good_length  
      (package private) int max_chain  
      (package private) int max_lazy  
      (package private) int nice_length  
    • Constructor Summary

      Constructors 
      Constructor Description
      Config​(int good_length, int max_lazy, int nice_length, int max_chain, int func)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • good_length

        int good_length
      • max_lazy

        int max_lazy
      • nice_length

        int nice_length
      • max_chain

        int max_chain
      • func

        int func
    • Constructor Detail

      • Config

        Config​(int good_length,
               int max_lazy,
               int nice_length,
               int max_chain,
               int func)