Wraps the Application.GetResourceStream and ensures unsupported ZIP formats do work.

Namespace: FirstFloor.Documents.IO
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public class ZipFile : IDisposable
Visual Basic
Public Class ZipFile _
	Implements IDisposable
Visual C++
public ref class ZipFile : IDisposable

Remarks

Code based on the great work of Morten Nielsen (@SharpGIS)

Inheritance Hierarchy

System..::..Object
  FirstFloor.Documents.IO..::..ZipFile

See Also