public class NoCloseInputStream extends FilterInputStream implements IInputStream
in| Constructor and Description |
|---|
NoCloseInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this input stream and releases any system resources associated
with the stream.
|
available, mark, markSupported, read, read, read, reset, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitavailable, mark, markSupported, read, read, read, reset, skippublic NoCloseInputStream(InputStream in)
public void close() throws IOException
IInputStream The close method of IInputStream does
nothing.
close in interface IInputStreamclose in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOException - if an I/O error occurs.Copyright © 2013–2019. All rights reserved.