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  InputStreamcannot be closed. | 
available, mark, markSupported, read, read, read, reset, skippublic UncloseableInputStream(InputStream in)
public void close()
           throws IOException
InputStream
 cannot be closed.close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.