Creates a new Writer with a stream and bufsize.
Source position: classesh.inc line 2109
public constructor TWriter.Create(
ADriver: TAbstractObjectWriter
);constructor TWriter.Create(
Stream: TStream;
BufSize: Integer
);