Completed so far
- Able to fully unpack a pack200 archive containing just resources (including class files)
- Able to parse archive header
- Class hierarchy created (with stubs for parse methods that are yet to be written)
- Encoding support
- Parser for constant pool bands
- Parser for inner class bands completed
- Parser for attribute definition bands completed
- Parser for bytecode bands completed
- Parser for file bands completed
- Most code written for re-creating class files from data (including all bytecode forms)
- Class pool sorting
- Support for compressor-defined attributes
In progress
Still to do
- More tests in all areas
- Optimisations for large archives?
- Pack
Pack200 (last edited 2009-09-20 21:54:35 by localhost)