Simple Char Stream
open fun SimpleCharStream(dstream: Reader, startline: Int, startcolumn: Int, buffersize: Int)
Content copied to clipboard
open fun SimpleCharStream(dstream: Reader, startline: Int, startcolumn: Int)
Content copied to clipboard
open fun SimpleCharStream(dstream: InputStream, encoding: String, startline: Int, startcolumn: Int, buffersize: Int)
Content copied to clipboard
open fun SimpleCharStream(dstream: InputStream, startline: Int, startcolumn: Int, buffersize: Int)
Content copied to clipboard
open fun SimpleCharStream(dstream: InputStream, encoding: String, startline: Int, startcolumn: Int)
Content copied to clipboard
open fun SimpleCharStream(dstream: InputStream, startline: Int, startcolumn: Int)
Content copied to clipboard
Constructor.