Changes between Version 2 and Version 3 of ApertureArchives
- Timestamp:
- 10/12/05 13:37:24 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureArchives
v2 v3 11 11 Support for zip and gzip are probably trivial as these formats are already accessible through java.util.zip. 12 12 13 Rar is another format we encounter sometimes. As far as I know there is no java library available for it is an open format, i.e. the specs are available ([http://schmidt.devlib.org/file-formats/rar-archive-file-format.html link1], [http://schmidt.devlib.org/file-formats/rar-archive-file-format.html link2]).13 Rar is another format we encounter sometimes. As far as I know there is no java library available for it, It is an open format though, i.e. the specs are available ([http://schmidt.devlib.org/file-formats/rar-archive-file-format.html link1], [http://schmidt.devlib.org/file-formats/rar-archive-file-format.html link2]). 14 14 15 15 == Opening Resources ==