Class CheckableInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.commons.io.input.ProxyInputStream
com.sap.cds.adapter.odata.v2.utils.CheckableInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class CheckableInputStream extends org.apache.commons.io.input.ProxyInputStream
  • Constructor Details

    • CheckableInputStream

      public CheckableInputStream(InputStream proxy)
  • Method Details

    • afterRead

      protected void afterRead(int n) throws IOException
      Overrides:
      afterRead in class org.apache.commons.io.input.ProxyInputStream
      Throws:
      IOException
    • isDataRead

      public boolean isDataRead()