[Mono-list] System.IO.Compression

Jonathan Pryor jonpryor at vt.edu
Sun May 10 13:54:15 UTC 2015


On May 8, 2015, at 10:19 AM, Baltasar García Perez-Schofield <baltasarq at gmail.com> wrote:
> Are there any plans to implement System.IO.Compression? Or maybe that now the library is open-sourced, will it be added to mono any time soon?

Which types?

DeflateStream has been present since at least Mono 1.2:

	https://github.com/mono/mono/tree/mono-1-2/mcs/class/System/System.IO.Compression

ZipArchive and ZipFile have been present since at least Mono 3.2.0:

	https://github.com/mono/mono/tree/mono-3.2.0-branch/mcs/class/System.IO.Compression
	https://github.com/mono/mono/tree/mono-3.2.0-branch/mcs/class/System.IO.Compression.FileSystem

 - Jon



More information about the Mono-list mailing list