public interface TextTransformer
ContentsTransformer, but operates on Readers and Writers instead of
InputStreams and OutputStreams.| Modifier and Type | Method and Description |
|---|---|
void |
transform(String path,
Reader reader,
Writer writer)
Reads characters from reader (typically until end-of-input) and writes characters to
writer.
|
void transform(String path, Reader reader, Writer writer) throws IOException
path - Designates the contents that is transformedIOExceptionCopyright © 2018 Arno Unkrig. All rights reserved.