public class UnclosableInputStream extends FilterInputStream
close() calls so that the underlying
stream is not closed.in| Constructor and Description |
|---|
UnclosableInputStream(InputStream source)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
available, mark, markSupported, read, read, read, reset, skippublic UnclosableInputStream(InputStream source)
source - The source input stream.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionCopyright © 2005–2025. All rights reserved.