public class SoftCloseInputStream
extends java.io.FilterInputStream
InputStream,
FilterInputStream| Constructor and Description |
|---|
SoftCloseInputStream(java.io.InputStream in)
Calls a super constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
realclose()
Invokes close() method from a super
|
public SoftCloseInputStream(java.io.InputStream in)
in - The input stream.public void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterInputStreampublic void realclose()
throws java.io.IOException
java.io.IOException