IBinaryDetectorStream
type
IBinaryDetectorStream = interface(IInputStream) ['{6D5A42EE-4B16-4E1C-B26E-604B3D1985B1}']
function HasBinaryData: Boolean;
function get_TextChars: TSysCharSet;
procedure set_TextChars(
const Value: TSysCharSet);
function get_StopOnBinary: Boolean;
procedure set_StopOnBinary(
Value: Boolean);
function get_LineLimit: Integer;
procedure set_LineLimit(
Value: Integer);
property TextChars: TSysCharSet read write;
property LineLimit: Integer read write;
property StopOnBinary: Boolean read write;
end;
Ancestor: IInputStream.
Defined in: DSStreams
⏱ Last Modified: Mon 3:43:39 pm