Class UnclosableInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class UnclosableInputStream
    extends InputStream
    Simple wrapper of an InputStream making sure the close method on the encapsulated InputStream is never called.
    Since:
    4.0.0
    Author:
    erlend