View Issue Details

IDProjectCategoryView StatusLast Update
0003378JEDI VCL03 Donationspublic2006-02-09 09:25
ReporteryozeyAssigned Tooutchy 
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.20 
Summary0003378: TJvZLibMultiple with ListStoredFiles procedure
DescriptionAdded procedure to list files inside a JvZlibMultiple file. Could be useful if you wish to know the contents of your JvZlibMultiple files and set up a list of those you wish to extract. Can be used in conjunction with the OnDecompressingFileEvent.

Thanks.
Additional InformationUsage - ListStoredFiles(FileName : String, FileList : TString)
FileName - the ZLibMultiple file you wish to extract the names from
FileList - the List you wish to store them.

eg) JvZLibMultiple1.ListStoredFiles('c:\temp.z', ListBox1.Items);

This will put all the files in the library into the TListBox items container.

* - Fixed the CompressionPaused, DeCompressionPaused, Terminate both Compression and Decompression. All are now exposed. No need to derive a descendent class to access these methods.
TagsNo tags attached.

Activities

2005-12-22 12:22

 

JvZlibMultiple.pas (18,902 bytes)

outchy

2006-02-09 09:25

administrator   ~0008534

This is now in the CVS, thanks for donating this code.

Issue History

Date Modified Username Field Change
2005-12-22 12:22 yozey New Issue
2005-12-22 12:22 yozey File Added: JvZlibMultiple.pas
2006-02-09 09:25 outchy Status new => resolved
2006-02-09 09:25 outchy Resolution open => fixed
2006-02-09 09:25 outchy Assigned To => outchy
2006-02-09 09:25 outchy Note Added: 0008534