|
|
|
|
Just as you would like to format output data (using the There are two classes that are useful for this: (Package java.util)
(Package java.io)
While they don't provide full parsing capabilities they are still extremely useful. If you really would like to do some more serious parsing in Java, see http://java-source.net/open-source/parser-generators for how to find more capable parsers, such as ANTLR, JavaCC, and CUP, etc. |
| The page was last updated February 19, 2008 |