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, skip
public ResourceInputStream(InputStream in, ZipFile zipFile)
in
- The InputStream object.zipFile
- The ZipFile object.public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
Copyright © 2009–2017. All rights reserved.