public interface CharSink extends DataSink
CharSource| Modifier and Type | Method and Description |
|---|---|
void |
process(String line)
Callback for line-by-line text processing
|
endStream, setBaseUri, setProperty, startStreamvoid process(String line) throws ParseException
line - line for processingParseExceptionCopyright © 2012-2013. All Rights Reserved.