Package com.streamsets.pipeline.api.ext.io


package com.streamsets.pipeline.api.ext.io
  • Class
    Description
     
     
     
    Caps amount of data read to avoid OOM issues, max size should be 64K or more ot avoid issues with implicit stream buffers by JDK and libraries.
    Included from Apache commons A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.