IMaxBytesInStream
type
IMaxBytesInStream = interface(IInputStream) ['{F593F8FF-D237-4599-ACFE-C073FF947FA1}']
function GetMaxBytesLimit: Int64;
procedure SetMaxBytesLimit(
Value: Int64);
function GetRemainingBytesAllowed: Int64;
procedure SetAutoDiscard(
Value: Boolean);
property MaxBytesLimit: Int64 read write;
property RemainingBytesAllowed: Int64 read;
end;
Ancestor: IInputStream.
Defined in: DSStreams
⏱ Last Modified: Tue 2:20:51 pm