Uses of Interface
de.jplag.c.CharStream

Packages that use CharStream
Package
Description
 
  • Uses of CharStream in de.jplag.c

    Classes in de.jplag.c that implement CharStream
    Modifier and Type
    Class
    Description
    class 
    An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
    class 
    An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).