CabParser/src/dorkbox/cabParser
Robinson 062e0e8ff8 Updated license, updated version 2021-04-09 16:03:49 +02:00
..
decompress Bug fix: if several files are extracted from the same CAB stream, and they are located in different CAB folders (CAB partitions inside CAB file, don't mix it with file folders), those files extracted from non-first CAB folder will be corrupted (while no exception happen during extraction). Example: try to extract files x\27844060 c\27844060 s\27844060 from package62.cab from wsusscn2.cab: only the content of c\27844060 will be valid 2019-09-22 22:20:40 +03:00
extractor Copyright set 2019-09-24 22:31:23 +03:00
structure Updated libraries, added updates 2021-04-09 16:02:04 +02:00
CabException.java Changed package name. The standard package naming 2017-09-22 09:25:27 +02:00
CabInputStream.java CabInputStream.seek() function was not aware about InputStream.skip() specification, resulting corrupt cfData record when extracting data from big Cab file (e.g. when trying to extract x/27844060 from package62.cab from MS patch info: wsusscn2.cab 2019-09-15 21:50:02 +03:00
CabParser.java Updated license, updated version 2021-04-09 16:03:49 +02:00
CabStreamSaver.java Changed package name. The standard package naming 2017-09-22 09:25:27 +02:00
Checksum.java Changed package name. The standard package naming 2017-09-22 09:25:27 +02:00
CorruptCabException.java Changed package name. The standard package naming 2017-09-22 09:25:27 +02:00
DefaultCabStreamSaver.java Bug fix: Worked incorrecly in non-windows operating systems (wrong folder delimiter caused producing long file names (with folder names)), in the case if cab contained file folders, the files from folders were not extracted (if path's to files to be extracted didn't exist) 2019-09-22 22:34:06 +03:00