[fpc-pascal] How to use TCompressionStream?
Marco van de Voort
marcov at stack.nl
Sat Jun 21 19:11:52 CEST 2008
> for i := 0 to Dest.Size - 1 do
> IntToHex(Dest.ReadByte, 2);
Personally, I'd write() the strings that come from inttohex, instead of
discarding them :_)
More information about the fpc-pascal
mailing list