IBuffWriter
type
IBuffWriter = interface(IWriter) ['{685612B0-EAE6-4A02-A419-545034024A8C}']
function get_MaxBufSize: Integer;
procedure set_MaxBufSize(
Value: Integer);
function GetBufSize: Integer;
procedure ClearBuffer;
property MaxBufSize: Integer read write;
property BufSize: Integer read;
end;
Ancestor: IWriter.
Defined in: DSStreams
⏱ Last Modified: Mon 3:43:39 pm