Interface InputStreamCallback


public interface InputStreamCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Provides a managed input stream for use.
  • Method Details

    • process

      void process(InputStream in) throws IOException
      Provides a managed input stream for use. The input stream is automatically opened and closed though it is ok to close the stream manually.
      Parameters:
      in - the stream to read bytes from
      Throws:
      IOException - if issues reading from the underlying stream