Zip4jExtensions#extract(net.lingala.zip4j.core.ZipFile, java.io.File, String).
@Deprecated public class ZipDecryptInputStream extends InputStream
| Constructor and Description |
|---|
ZipDecryptInputStream(InputStream stream,
String password)
Deprecated.
Instantiates a new zip decrypt input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
int |
read()
Deprecated.
|
int |
read(byte[] b,
int off,
int len)
Deprecated.
|
available, mark, markSupported, read, reset, skippublic ZipDecryptInputStream(InputStream stream, String password)
stream - the streampassword - the passwordpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.