Class UnZip


  • public class UnZip
    extends java.lang.Object
    zip 파일을 압축 해제하는 클래스
    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
      boolean unZip​(java.lang.String zipPath, java.lang.String zipFileName, java.lang.String zipUnzipPath)
      파일의 압축해제 성공 여부를 반환함
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnZip

        public UnZip()
    • Method Detail

      • unZip

        public boolean unZip​(java.lang.String zipPath,
                             java.lang.String zipFileName,
                             java.lang.String zipUnzipPath)
        파일의 압축해제 성공 여부를 반환함
        Parameters:
        zipPath - 압축파일이 있는 경로
        zipFileName - 압축파일 이름
        zipUnzipPath - 압축을 풀 폴더
        Returns:
        파일의 압축해제 성공 여부