Package org.openqa.selenium.io
Class Zip
java.lang.Object
org.openqa.selenium.io.Zip
Constructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionstatic voidunzip(InputStream source,File outputDir) static voidstatic voidunzipFile(File output,InputStream zipStream,String name) staticFileunzipToTempDir(InputStream source,String prefix,String suffix) staticFileunzipToTempDir(String source,String prefix,String suffix) staticString
Constructor Details
Zip
public Zip()
Method Details
zip
- Throws:
IOException
unzipToTempDir
- Throws:
IOException
unzip
- Throws:
IOException
unzipToTempDir
- Throws:
IOException
unzip
- Throws:
IOException
unzipFile
- Throws:
IOException