On Mon, Sep 5, 2016 at 2:50 AM, Michael Van Canneyt <mich...@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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to