LineStream.this - multiple declarations

Function LineStream.this

Open file with known encoding

this(
  InputStream stream,
  string filename,
  EncodingType encoding,
  ubyte[] buf,
  uint offset,
  uint len
);

Function LineStream.this

this constructor was created for unittests only

this();