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.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.FilterInputStream
public void realclose() throws java.io.IOException
java.io.IOException