[fpc-pascal] GZip - Stream decompress only in memory
silvioprog
silvioprog at gmail.com
Mon Sep 5 13:31:55 CEST 2016
On Mon, Sep 5, 2016 at 2:50 AM, Michael Van Canneyt <michael at freepascal.org>
wrote:
[...]
> As far as I know these things can be done with all the FPC classes as well
> ?
> The implementation in base64 unit can perfectly do everything in memory.
> And ZUncompressStream can be done with TDecompressionStream ?
>
Perfect! :-)
> Var
> Dest : TFileStream;
> B : TBase64DecodingStream;
> Z : TDecompressionStream;
[...]
--
Silvio Clécio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20160905/855b6417/attachment.html>
More information about the fpc-pascal
mailing list