IFileStream
type
IFileStream = interface(IHandleStream) ['{BEE60650-4DF1-42F1-ADBF-DFBF25EEB9C7}']
function GetFileName: string;
function GetFileInputStream: IFileInputStream;
function GetFileOutputStream: IFileOutputStream;
function GetBufInStream: IBufFileInStream;
property FileName: string read;
property FileInputStream: IFileInputStream read;
property FileOutputStream: IFileOutputStream read;
property BufInStream: IBufFileInStream read;
end;
Ancestor: IHandleStream.
Defined in: DSStreams
⏱ Last Modified: Mon 3:43:39 pm