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