public static class PackageUtils.UnclosableInputStream
extends java.io.FilterInputStream
ZipEntry ze = zip.getNextEntry();
Bitstream bs = bundle.createBitstream(new PackageUtils.UnclosableInputStream(zipInput));
| Constructor and Description |
|---|
PackageUtils.UnclosableInputStream(java.io.InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Do nothing, to prevent wrapped stream from being closed prematurely.
|
Copyright © 2018 DuraSpace. All Rights Reserved.