SimpleCharStream

open fun SimpleCharStream(dstream: Reader, startline: Int, startcolumn: Int, buffersize: Int)
open fun SimpleCharStream(dstream: Reader, startline: Int, startcolumn: Int)
open fun SimpleCharStream(dstream: Reader)
open fun SimpleCharStream(dstream: InputStream, encoding: String, startline: Int, startcolumn: Int, buffersize: Int)
open fun SimpleCharStream(dstream: InputStream, startline: Int, startcolumn: Int, buffersize: Int)
open fun SimpleCharStream(dstream: InputStream, encoding: String, startline: Int, startcolumn: Int)
open fun SimpleCharStream(dstream: InputStream, startline: Int, startcolumn: Int)
open fun SimpleCharStream(dstream: InputStream, encoding: String)
open fun SimpleCharStream(dstream: InputStream)

Constructor.