Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dscalzi/packxzextract
Utility to decompress and extract jar files from .pack.xz format.
https://github.com/dscalzi/packxzextract
pack200 xz
Last synced: about 1 month ago
JSON representation
Utility to decompress and extract jar files from .pack.xz format.
- Host: GitHub
- URL: https://github.com/dscalzi/packxzextract
- Owner: dscalzi
- Created: 2018-10-18T05:22:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T22:26:39.000Z (over 3 years ago)
- Last Synced: 2024-10-10T14:29:56.943Z (4 months ago)
- Topics: pack200, xz
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a utility library to allow us to extract jar files from .pack.xz format.
The program can take three commandline arguments:
* ```-packxz filepath1.pack.xz,filepath2.pack.xz,...``` - Decompress and unpack the file(s) specified.
* ```-xz filepath1.xz,filepath2.xz,...``` - Decompress the file(s) specified.
* ```-pack filepath1.pack,filepath2.pack,...``` - Unpack the file(s) specified.You can specify multiple files by separating the paths with `,` commas.