IBuffStreamWriter
type
IBuffStreamWriter = interface(IStreamWriter) ['{5E71170C-7E96-49B5-8AC8-EC27FF8D7FDA}']
function GetBuffWriter: IBuffWriter;
function GetMaxBufSize: Integer;
function GetBufSize: Integer;
procedure ClearBuffer;
property BuffWriter: IBuffWriter read;
property MaxBufSize: Integer read;
property BufSize: Integer read;
end;
Ancestor: IStreamWriter.
Defined in: DSStreams
⏱ Last Modified: Mon 3:43:39 pm