Class ScannerInputReader

java.lang.Object
java.io.Reader
java.io.FilterReader
org.glassfish.rmic.tools.java.ScannerInputReader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable, Constants, RuntimeConstants

public class ScannerInputReader extends FilterReader implements Constants
An input stream for java programs. The stream treats either "\n", "\r" or "\r\n" as the end of a line, it always returns \n. It also parses UNICODE characters expressed as ￿. However, if it sees "\\", the second slash cannot begin a unicode sequence. It keeps track of the current position in the input stream. WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
Author:
Arthur van Hoff