Package com.weicoder.common.zip.factory
Class ZipFactory
- java.lang.Object
-
- com.weicoder.common.factory.Factory<E>
-
- com.weicoder.common.factory.FactoryKey<java.lang.String,E>
-
- com.weicoder.common.factory.FactoryInterface<Zip>
-
- com.weicoder.common.zip.factory.ZipFactory
-
public class ZipFactory extends FactoryInterface<Zip>
压缩算法zip工厂- Author:
- wudi
-
-
Field Summary
-
Fields inherited from class com.weicoder.common.factory.FactoryKey
map
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ZipgetZip()获得压缩算法实现static ZipgetZip(java.lang.String name)获得压缩算法实现-
Methods inherited from class com.weicoder.common.factory.FactoryInterface
newInstance
-
Methods inherited from class com.weicoder.common.factory.FactoryKey
getInstance, newInstance
-
Methods inherited from class com.weicoder.common.factory.Factory
getInstance
-
-