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