Class ChangeSetContextAwareInputStream

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

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

  • Method Details

    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Overrides:
      close in class org.apache.commons.io.input.ProxyInputStream
      Throws:
      IOException
    • afterRead

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

      protected void handleIOException(IOException e) throws IOException
      Overrides:
      handleIOException in class org.apache.commons.io.input.ProxyInputStream
      Throws:
      IOException