Interface StreamConsumer


public interface StreamConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Consume something until the bitter end.
  • Method Details

    • consume

      void consume(InputStream stream) throws IOException
      Consume something until the bitter end.
      Parameters:
      stream - stream to be consumed.
      Throws:
      IOException