boolean |
ArrayCharSource.readUntil(int length,
Predicator<CharSource> predicator,
StringBuilder target) |
abstract boolean |
CharSource.readUntil(int length,
Predicator<CharSource> predicator,
StringBuilder target)
Skip chars until eof or length or predicator condition matches
If target is set, the skipped the chars will be saved in the target
|
boolean |
ReaderCharSource.readUntil(int length,
Predicator<CharSource> predicator,
StringBuilder target) |
boolean |
CharSource.readUntil(Predicator<CharSource> predicator,
StringBuilder target) |
boolean |
CharSource.skipUntil(Predicator<CharSource> predicator) |