public class ResourceInputStream extends FilterInputStream
in| Constructor and Description |
|---|
ResourceInputStream(InputStream in,
ZipFile zipFile)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
available, mark, markSupported, read, read, read, reset, skippublic ResourceInputStream(InputStream in, ZipFile zipFile)
in - The InputStream object.zipFile - The ZipFile object.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionCopyright © 2009–2017. All rights reserved.