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


TCPSStream.LoadFromStreamWithPosition
TCPSStream
Top 

Loads the part of contents of a stream into the stream.

Delphi syntax:
procedure LoadFromStreamWithPosition(Stream: TStream; FromPosition: Int64; StreamSize: Int64);

C++ syntax:
void __fastcall
LoadFromStreamWithPosition(Classes::TStream* Stream, __int64 FromPosition, __int64 StreamSize);

Description
Use LoadFromStream to fill the stream with the part of contents of another stream.
Stream is a source stream.
FromPosition is a position in source stream from where the data starts.
StreamSize is a size of the data to copy.


© AidAim Software CryptoPressStream: Streaming Compression Library Delphi Compression Strong Encryption Library Compression Strea