All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.buildobjects.process.StreamConsumer Maven / Gradle / Ivy

There is a newer version: 2.8.2
Show newest version
package org.buildobjects.process;

import java.io.IOException;
import java.io.InputStream;

public interface StreamConsumer {

    /**
     * Consume something until the bitter end.
     *
     * @param stream stream to be consumed.
     */
    void consume(InputStream stream) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy