sereko / theunarchiver

Automatically exported from code.google.com/p/theunarchiver
Other
0 stars 0 forks source link

Archive and file level comment support. #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Feature enhancement.
Two methods in XADArchive to allow comment support.
- (NSString *)comments;
- (NSString *)commentsForFileAtIndex:(int)fileIndex;
Would return nil if there were no comments or the format did not support them.

Original issue reported on code.google.com by arauchf...@gmail.com on 14 Dec 2008 at 10:52

GoogleCodeExporter commented 9 years ago
The new XADArchiveParser class already supports file comments, although not 
archive
comments (except as fake file entries as the zip client uses).

This could really be extended, though.

Original comment by paracel...@gmail.com on 15 Dec 2008 at 6:25

GoogleCodeExporter commented 9 years ago

Original comment by paracel...@gmail.com on 20 Apr 2009 at 8:49