public interface CharSink extends DataSink
| Modifier and Type | Method and Description |
|---|---|
CharSink |
process(char ch)
Callback for char processing
|
CharSink |
process(char[] buffer,
int start,
int count)
Callback for buffer processing
|
CharSink |
process(String str)
Callback for string processing
|
endStream, setBaseUri, setProperty, startStreamCharSink process(String str) throws ParseException
str - string for processingParseExceptionCharSink process(char ch) throws ParseException
ch - char for processingParseExceptionCharSink process(char[] buffer, int start, int count) throws ParseException
buffer - char buffer for processingstart - position to startcount - count of chars to processParseExceptionCopyright © 2012–2016. All rights reserved.