You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to apparat-framework
Hi. I noticed that there is an LZMA Decoder class in the source code.
Is it possible to use this to unzip embedded 7z files? I've been
trying to find a way to decompress 7z files in as3 and this is the
closest thing I could find.
If it is possible, how would I do it? I've been playing around with
the classes and don't seem to be making any progress. Thanks!
Joa Ebert
unread,
Mar 10, 2011, 6:33:25 AM3/10/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to apparat-...@googlegroups.com
Apparat does not support the 7z format but only LZMA streams. But it should be pretty easy to implement the 7z format with the existing LZMA decoder.