Provides access to a zip package using the built-in Application.GetResource method.
Namespace: FirstFloor.Documents.IOAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public class DefaultPackageReader : IPackageReader, IDisposable |
| Visual Basic |
|---|
Public Class DefaultPackageReader _ Implements IPackageReader, IDisposable |
| Visual C++ |
|---|
public ref class DefaultPackageReader : IPackageReader, IDisposable |
Remarks
This package reader supports a limited set of zip formats and is relatively slow
compared to 3rd party zip reader implementations such as SharpZipLib.