类 ZipFactory


public class ZipFactory extends FactoryInterface<Zip>
压缩算法zip工厂
作者:
wudi
  • 方法详细资料

    • getZip

      public static Zip getZip()
      获得压缩算法实现
      返回:
      实现
    • getZip

      public static Zip getZip(String name)
      获得压缩算法实现
      参数:
      name - 实现名称
      返回:
      实现