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


TCPSStream.LoadFromStream
TCPSStream
Top 

Loads the entire contents of a stream into the stream.

Delphi syntax:
procedure LoadFromStream(Stream: TStream);

C++ syntax:
void __fastcall
LoadFromStream(Classes::TStream* Stream);

Description
Use LoadFromStream to fill the stream with the contents of another stream.
Stream is a source stream.


© AidAim Software CryptoPressStream: