Class DummyInputStream

java.lang.Object
java.io.InputStream
com.pnfsoftware.jeb.util.io.DummyInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class DummyInputStream extends InputStream
Dummy reader class: all read operations return 0, and the number of bytes being read is tracked.
  • Constructor Details

    • DummyInputStream

      public DummyInputStream()
  • Method Details