T
- The type of the object returned by run(Reader, Writer)
public interface CharFilter<T>
Modifier and Type | Method and Description |
---|---|
T |
run(Reader in,
Writer out)
|
@Nullable T run(Reader in, Writer out) throws IOException
Reader
(up to end-of-input or not), and writes chars to the given
Writer
. This is similar to the "pipeline" pattern known from UNIX shells.IOException
Copyright © 2018 Arno Unkrig. All rights reserved.