Class CloseShieldFilterInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- org.apache.commons.compress.utils.CloseShieldFilterInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
@Deprecated public class CloseShieldFilterInputStream extends java.io.FilterInputStream
Deprecated.UseCloseShieldInputStream
.Re-implementsFilterInputStream.close()
to do nothing.- Since:
- 1.14
-
-
Constructor Summary
Constructors Constructor Description CloseShieldFilterInputStream(java.io.InputStream in)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated.-
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
-
-
-
-
Constructor Detail
-
CloseShieldFilterInputStream
public CloseShieldFilterInputStream(java.io.InputStream in)
Deprecated.
-
-
Method Detail
-
close
public void close() throws java.io.IOException
Deprecated.- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Overrides:
close
in classjava.io.FilterInputStream
- Throws:
java.io.IOException
-
-