Package org.buildobjects.process
Interface StreamConsumer
public interface StreamConsumer
-
Method Summary
Modifier and TypeMethodDescriptionvoidconsume(InputStream stream) Consume something until the bitter end.
-
Method Details
-
consume
Consume something until the bitter end.- Parameters:
stream- stream to be consumed.- Throws:
IOException
-