Changes between Version 4 and Version 5 of ApertureArchives
- Timestamp:
- 10/12/05 13:38:10 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureArchives
v4 v5 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. 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.htmllink2]).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://www.wotsit.org/search.asp?page=2&s=archive link2]). 14 14 15 15 == Opening Resources ==