Class CloseIS

All Implemented Interfaces:
Closeable, AutoCloseable

@Deprecated public class CloseIS extends FilterInputStream
Deprecated.
Needed only by deprecated compression classes. And it should not have visibility outside of this package anyway.
(for internal use) Ensures that input streams aren't left open when decompressing with an external system tool, such as the UNIX compress or bzip2 commands. It is discouraged to use system tools for decompressing such files, especially since we have native Java implementations through Apache's commons-compress classes. The system tools are not portable, whereas the commons-compress implementation is. Therefore, you should neer really need to use this class, which is provided only for compatibility with earlier versions of this library.