Extract an ATOM, starting at the current position. Updates the internal index to beyond the Atom. @return an Atom
()
| 254 | * @return an Atom |
| 255 | */ |
| 256 | public String readAtom() { |
| 257 | return readDelimString(ATOM_CHAR_DELIM); |
| 258 | } |
| 259 | |
| 260 | /** |
| 261 | * Extract a string stopping at control characters or any |
no test coverage detected