@FunctionalInterface public static interface StreamPumper.LineConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
consume(@NonNull String line)
Consumes a line read from the input stream.
|
void consume(@NonNull String line)
line - The line to consume.Copyright © 2016 - present; JODConverter.org. All rights reserved.