Class UnZipBuilder
java.lang.Object
cool.scx.io.zip.UnZipBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionUnZipBuilder(byte[] bytes) UnZipBuilder(InputStream source) UnZipBuilder(Path path) -
Method Summary
-
Constructor Details
-
UnZipBuilder
-
UnZipBuilder
- Throws:
IOException
-
UnZipBuilder
public UnZipBuilder(byte[] bytes)
-
-
Method Details
-
toFile
解压- Parameters:
outputPath- 解压到的目录zipOptions- a- Throws:
IOException- a
-
toFile
- Throws:
IOException
-