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

Reply via email to