| Package | Description |
|---|---|
| com.caucho.util |
Assorted utilities
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringCharCursor |
| Modifier and Type | Method and Description |
|---|---|
char |
CharScanner.scan(CharCursor cursor)
Scans characters from a cursor, until reaching the delimiter
|
char |
CharScanner.scan(CharCursor cursor,
CharBuffer buf)
Scans characters from a cursor, filling a char buffer.
|
char |
CharScanner.skip(CharCursor cursor)
Skips characters from the cursor until one matches a delimiter.
|