Class ANTLRInputStream

  • All Implemented Interfaces:
    CharStream, IntStream

    public class ANTLRInputStream
    extends ANTLRReaderStream
    A kind of ReaderStream that pulls from an InputStream. Useful for reading from stdin and specifying file encodings etc...