Ticket #121 (closed enhancement: fixed)
Opened 2007-05-01T10:44:24-05:00
Last modified 2007-05-09T08:53:22-05:00
Support for externally compressed files
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | bio-formats | Severity: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
We should be able to read files that have been compressed using gzip (and possibly other algorithms). Rather than having a separate reader for gzip-compressed files, it might be better to integrate the decompression logic into RandomAccessStream.
Gzip support added in r2721.