char
A char buffer can be created in either of the following ways:
CharWriter
100101102103104105106
} public ActionLexer(InputStream in) { this(new ByteBuffer(in)); } public ActionLexer(Reader in) { this(new CharBuffer(in)); }