Class InputStreamNoCloseAdapter

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.netcracker.profiler.io.InputStreamNoCloseAdapter
All Implemented Interfaces:
Closeable, AutoCloseable

public class InputStreamNoCloseAdapter extends FilterInputStream
  • Constructor Details

    • InputStreamNoCloseAdapter

      public InputStreamNoCloseAdapter(InputStream in)
      Creates a FilterInputStream by assigning the argument in to the field this.in so as to remember it for later use.
      Parameters:
      in - the underlying input stream, or null if this instance is to be created without an underlying stream.
  • Method Details