26. Februar, 2012
AS3 Simple UnTAR
The challenge: How to distribute additional content-packages for an Adobe Air App for iOS and Desktop. The Answer: Inspired by this article I started coding my own ActionsScript tar version to unpack gnu-tar files. This format has some benefits. First it is one file, easy downloadable and shareble. Because it’s uncompressed, it is faster than any compressed format like zip. This doesn’t really matter because […]