public static class PackageUtils.UnclosableInputStream extends FilterInputStream
ZipEntry ze = zip.getNextEntry();
Bitstream bs = bundle.createBitstream(new PackageUtils.UnclosableInputStream(zipInput));
in| Constructor and Description |
|---|
PackageUtils.UnclosableInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Do nothing, to prevent wrapped stream from being closed prematurely.
|
available, mark, markSupported, read, read, read, reset, skippublic PackageUtils.UnclosableInputStream(InputStream in)
public void close()
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamCopyright © 2016 DuraSpace. All Rights Reserved.