Module JavaProc

Interface StreamConsumer


  • public interface StreamConsumer
    • Method Detail

      • consume

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