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, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
available, mark, markSupported, read, read, read, reset, skip
public NoCloseInputStream(InputStream in)
public void close() throws IOException
IInputStream
The close
method of IInputStream
does
nothing.
close
in interface IInputStream
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
- if an I/O error occurs.Copyright © 2013–2019. All rights reserved.