public class ZipDecryptInputStream extends InputStream
| Constructor and Description |
|---|
ZipDecryptInputStream(InputStream stream,
String password)
Instantiates a new zip decrypt input stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
available, mark, markSupported, read, 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 InputStreamIOExceptionCopyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.