Package kr.com.inspect.util
Class UnZip
- java.lang.Object
-
- kr.com.inspect.util.UnZip
-
public class UnZip extends java.lang.Objectzip 파일을 압축 해제하는 클래스- Version:
- 1.0
- Author:
- Yeonhee Kim
-
-
Constructor Summary
Constructors Constructor Description UnZip()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanunZip(java.lang.String zipPath, java.lang.String zipFileName, java.lang.String zipUnzipPath)파일의 압축해제 성공 여부를 반환함
-