public interface CharSink extends DataSink
CharSource
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, startStream
CharSink process(String str) throws ParseException
str
- string for processingParseException
CharSink process(char ch) throws ParseException
ch
- char for processingParseException
CharSink process(char[] buffer, int start, int count) throws ParseException
buffer
- char buffer for processingstart
- position to startcount
- count of chars to processParseException
Copyright © 2012–2013. All rights reserved.