IMaxBytesOutStream
type
IMaxBytesOutStream = interface(IOutputStream) ['{8A9465CF-8B04-43C8-A931-00076679223B}']
function GetByteLimit: Int64;
procedure SetByteLimit(
Value: Int64);
function GetByteCount: Int64;
function GetIgnoreExtraData: Boolean;
procedure SetIgnoreExtraData(
Value: Boolean);
property ByteLimit: Int64 read write;
property ByteCount: Int64 read;
property IgnoreExtraData: Boolean read write;
end;
Ancestor: IOutputStream.
Defined in: DSStreams
⏱ Last Modified: Mon 3:43:39 pm