CabParser/README.md

11 lines
419 B
Markdown
Raw Normal View History

2015-01-29 02:46:49 +01:00
CAB PARSER
===========
2014-12-18 18:21:38 +01:00
Provides a means to parse and extract data from Microsoft CAB files, from Java.
Specifically, this project was created to extract files from within a .cab which are compressed via the LZX compression algorithm.
2014-12-18 18:21:38 +01:00
Microsoft CAB file format: http://msdn.microsoft.com/en-us/library/bb417343.aspx
- This is for cross-platform use, specifically - linux 32/64, mac 32/64, and windows 32/64. Java 6+