CryptoPressStream:
Delphi / C++Builder Streaming Compression Library
with Strong Encryption


TCPSFileStream.Create
TCPSFileStream
Top 

Creates an instance of the TCPSFileStream object.

Delphi syntax:
constructor Create(const FileName: string; Mode: Word; Manager: TComponent = nil);

C++ syntax:
__fastcall
TCPSFileStream(const AnsiString FileName, Word Mode, Classes::TComponent* Manager);

Description
Creates an instance of the TCPSFileStream object. This is a TFileStream analog.

FileName - file name and path .
Mode - open mode as in TFileStream.Create.
Manager - reference to TCPSManager component



© AidAim Software CryptoPressStream: