Package 

Enum ZipMethod

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum ZipMethod
    
                        

    List of known compression methods Many of these methods are currently not supported by commons compress

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final int code
    • Method Summary

      Modifier and Type Method Description
      static ZipMethod getMethodByCode(int code) returns the ZipMethod for the given code or null if themethod is not known.
      static Array<ZipMethod> values()
      static ZipMethod valueOf(String name)
      int getCode() the code of the compression method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait