net.sourceforge.jrefactory.io |
|
Java Source File Name | Type | Comment |
ASCII_CharStream.java | Class | An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing). |
CharStream.java | Class | Basic character stream. |
JavaCharStream.java | Class | An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (with java-like unicode escape processing). |
SimpleCharStream.java | Class | An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing). |