intvsteve / VINTage

Various Intellivision-related projects, including the LTO Flash! User Interface application.
GNU General Public License v2.0
3 stars 1 forks source link

Add zip support #310

Closed intvsteve closed 5 years ago

intvsteve commented 5 years ago

This PR brings in the basic ability to access the contents of .zip files. Any features that may result will come in future efforts.

The access to ZIP archive is wrapped in a generic, neutral interface - ICompressedArchiveAccess. The idea is to be able to add different implementations and kinds of compressed archive access in future updates.

Also added two versions of SharpZipLib :