Class CppReader

java.lang.Object
java.io.Reader
com.jogamp.gluegen.jcpp.CppReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public class CppReader extends Reader implements Closeable
A Reader wrapper around the Preprocessor. This is a utility class to provide a transparent Reader which preprocesses the input text.
See Also: