Class SimpleCharStream

  • All Implemented Interfaces:

    
    public class SimpleCharStream
    
                        

    An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).

    • Constructor Detail

      • SimpleCharStream

        SimpleCharStream(Reader dstream, int startline, int startcolumn, int buffersize)
        Constructor.
      • SimpleCharStream

        SimpleCharStream(Reader dstream, int startline, int startcolumn)
        Constructor.
      • SimpleCharStream

        SimpleCharStream(Reader dstream)
        Constructor.
      • SimpleCharStream

        SimpleCharStream(InputStream dstream, String encoding, int startline, int startcolumn, int buffersize)
        Constructor.
      • SimpleCharStream

        SimpleCharStream(InputStream dstream, int startline, int startcolumn, int buffersize)
        Constructor.
      • SimpleCharStream

        SimpleCharStream(InputStream dstream, String encoding, int startline, int startcolumn)
        Constructor.
      • SimpleCharStream

        SimpleCharStream(InputStream dstream, int startline, int startcolumn)
        Constructor.
      • SimpleCharStream

        SimpleCharStream(InputStream dstream, String encoding)
        Constructor.
      • SimpleCharStream

        SimpleCharStream(InputStream dstream)
        Constructor.