public class NoCloseInputStream extends FilterInputStream
in| Constructor and Description |
|---|
NoCloseInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
doClose() |
available, mark, markSupported, read, read, read, reset, skippublic NoCloseInputStream(InputStream in)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionpublic void doClose()
throws IOException
IOExceptionCopyright © 2001–2025. All rights reserved.