Updated utils, changed name from CabExtractor to CabParser

This commit is contained in:
nathan 2014-12-18 20:23:34 +01:00
parent b446e3b008
commit edb1712c22
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CabExtractor</name>
<name>CabParser</name>
<comment></comment>
<projects>
</projects>

View File

@ -3,7 +3,7 @@ CAB Extractor
Provides a means to parse and extract data from Microsoft CAB files, from Java.
Specifically, to extract files from within a .cab which are compressed via the LZX compression algorithm.
Specifically, this project was created to extract files from within a .cab which are compressed via the LZX compression algorithm.
Microsoft CAB file format: http://msdn.microsoft.com/en-us/library/bb417343.aspx