-
public interface StreamConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconsume(InputStream stream)Consume something until the bitter end.
-
-
-
Method Detail
-
consume
void consume(InputStream stream) throws IOException
Consume something until the bitter end.- Parameters:
stream- stream to be consumed.- Throws:
IOException
-
-