Uses of Interface
de.jplag.cpp.CharStream

  • Uses of CharStream in de.jplag.cpp

    Classes in de.jplag.cpp that implement CharStream 
    Modifier and Type Class Description
    class  AbstractCharStream
    An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
    class  SimpleCharStream
    An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).