public class UncloseableInputStream
extends java.io.FilterInputStream
InputStream
which cannot be closed.Constructor and Description |
---|
UncloseableInputStream(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
close()
This method does not has any effect the
InputStream
cannot be closed. |
public void close() throws java.io.IOException
InputStream
cannot be closed.close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.FilterInputStream
java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved