Col-E / LL-Java-Zip

Lower level ZIP support for Java
MIT License
37 stars 8 forks source link

Parse the data descriptor section #18

Closed NeRdTheNed closed 1 year ago

NeRdTheNed commented 1 year ago

~Fixes #17. Parses the data descriptor section and reads values for its fields, and takes the length of the data descriptor section into account when parsing local file headers with JvmLocalFileHeader.~

I've realised that my approach is highly flawed.