Hi All,
I don't understand the Compress and Uncompress methods of ByteArray.
I need to compress some data and store it. I use compress method of ByteArray. Ok. It's fine!!
But now I need to load the compressed data and decompress it. It's not work!! Because uncompress method works only if the byte array has been previously compressed with the
compress() method at the SAME INSTANCE!!!!
WHY??? I really don't understand!! I will uncompress the recent compress data at the same instance for what?
Byte Array implements the zlib compression, but I cannot use it.
I will create my own zlib function to do this... ;-(
Gustavo Sanabio
Brazil
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

