LineNumberReader

constructor(in: Reader)

Create a new line-numbering reader, using the default input-buffer size.

Parameters

in

A Reader object to provide the underlying stream


constructor(in: Reader, sz: Int)

Create a new line-numbering reader, reading characters into a buffer of the given size.

Parameters

in

A Reader object to provide the underlying stream

sz

An int specifying the size of the buffer