@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 © 2022 - present; JODConverter. All rights reserved.