Git Product home page Git Product logo

airxzip's People

Contributors

coltware avatar

airxzip's Issues

Request to create a FLEX-free Fork

Dear Coltware,

This zip library is very useful for mobile projects. Unfortunately it contains 
flex bindings and flex on mobile is useable but way too slow to be any fun. I 
downloaded the source, created an air lib and stripped out the flex references. 
Now I would like to fork airxzip and create an air version. 

If you give me the permissions to fork, I will gladly do the rest.

Cheers

Denis

Original issue reported on code.google.com by [email protected] on 6 Jan 2014 at 10:29

End of File Error

What steps will reproduce the problem?
1. Call ZipFileReader.getEntries();

What is the expected output? What do you see instead?
    Expect to get array of Zip Entries. Instead, I receive the error:
    Error: Error #2030: End of file was encountered.
    at flash.filesystem::FileStream/readBytes()
    at com.coltware.airxzip::ZipFileReader/parseCentralHeaders()    [D:\VMShare\flex4\airxzip\src\com\coltware\airxzip\ZipFileReader.as:352]
    at com.coltware.airxzip::ZipFileReader/getEntries()        [D:\VMShare\flex4\airxzip\src\com\coltware\airxzip\ZipFileReader.as:169]

    At this point, unzipping the content to disk provides a blank folder.  

    This only happens some times. I can't weed out the cause.


What version of the product are you using? On what operating system?
    1.0.1, Windows 7

Please provide any additional information below.
    I've read that EOF errors are commonly caused by not resetting the position of a ByteArray when performing another operation with it.. see: (http://blog.flexmaniak.pl/wrrors-and-warnings/flex-errors/error-2030-end-of-file-was-encountered)

Hope this helps! Thanks for the great library!! :)

Original issue reported on code.google.com by [email protected] on 19 Nov 2012 at 11:24

Error while unpack password-protected zip.

What steps will reproduce the problem?
1. pack data with password in Windows
2. try unpack data with password on android
3. catch error "password not match"

What is the expected output? What do you see instead?
Expect success unzip. But error rising.

What version of the product are you using? On what operating system?
Last version in SWC. Windows + Android.


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 20 Aug 2013 at 6:14

Won't find the end signature

Use the following code with the attached Zip file (which seems valid)

    _reader = new ZipFileReader();
    _reader.open(_file);
    _packageList = _reader.getEntries();


The code crashes on `parseCentralHeaders`: `_endRecord` is not defined.
Indeed, during the parsing, `ZipEndRecord.SIGNATURE` is never found.

Thank you!

Original issue reported on code.google.com by [email protected] on 17 Aug 2015 at 5:42

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.