Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
/img/help/home.gif

TECLFileStream.LoadFromFile

TECLFileStream


Loads the entire contents of a file into the ECL file stream.

 

procedure LoadFromFile(const FileName: string);

 

Description

Use LoadFromFile to fill the file stream with the contents of a file and transparently compress the data. Pass the name of the file as the FileName parameter. LoadFromFile allows an application to read the contents of a file into the ECL file stream without having to explicitly create and free a file stream object.

 

LoadFromFile resets the size of the compressed stream so that the contents of the file will fit exactly. It sets the Size property accordingly, and then reads the entire contents of the file into the compressed stream. Thus, LoadFromFile will discard any pre-existing data stored in the compressed file stream.

 

Note:      We recommend that you use the LoadFromFile instead of the CopyFrom method with TFileStream as it works much faster.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 19, 2024