public class UncloseableInputStream extends FilterInputStream
InputStream
which cannot be closed.Constructor and Description |
---|
UncloseableInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
close()
This method does not has any effect the
InputStream
cannot be closed. |
available, mark, markSupported, read, read, read, reset, skip
public UncloseableInputStream(InputStream in)
public void close() throws IOException
InputStream
cannot be closed.close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.