public interface ResourcePostProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
process(Reader reader,
Writer writer)
Perform actual resource processing.
|
void process(Reader reader, Writer writer) throws IOException
reader - source stream.writer - destination stream.IOExceptionCopyright © 2008-2016. All Rights Reserved.