Click or drag to resize
ZipProviderLoader Methods

The ZipProviderLoader type exposes the following members.

Methods
  NameDescription
Protected methodCreateDirectoryProviderObject
Creates new directory provider object
(Overrides AbstractStorageProvider.CreateDirectoryProviderObject().)
Protected methodCreateFileProviderObject
Creates new directory provider object
(Overrides AbstractStorageProvider.CreateFileProviderObject().)
Public methodDispose
Disposes the object
Public methodGetDirectoryInfo
Returns new instance of directory info.
(Overrides AbstractStorageProvider.GetDirectoryInfo(String).)
Public methodGetFileInfo
Returns new instance of FileInfo object.
(Overrides AbstractStorageProvider.GetFileInfo(String).)
Public methodGetFileStream(String, FileMode)
Returns new instance of file stream.
(Overrides AbstractStorageProvider.GetFileStream(String, FileMode).)
Public methodGetFileStream(String, FileMode, FileAccess)
Returns new instance of file stream.
(Overrides AbstractStorageProvider.GetFileStream(String, FileMode, FileAccess).)
Public methodGetFileStream(String, FileMode, FileAccess, FileShare)
Returns new instance of file stream.
(Overrides AbstractStorageProvider.GetFileStream(String, FileMode, FileAccess, FileShare).)
Public methodGetFileStream(String, FileMode, FileAccess, FileShare, Int32)
Returns new instance of file stream.
(Overrides AbstractStorageProvider.GetFileStream(String, FileMode, FileAccess, FileShare, Int32).)
Protected methodGetFullPath
Converts the external mapped path to the internal path of the provider
(Inherited from AbstractStorageProvider.)
Protected methodGetInternalProvider
Gets the storage provider based on the given path
(Overrides AbstractStorageProvider.GetInternalProvider(String).)
Protected methodGetStorageProviderInternal
Gets the storage provider based on the given path.
(Inherited from AbstractStorageProvider.)
Public methodMapStoragePath
Maps the given storage path to a specific provider
(Inherited from AbstractStorageProvider.)
Protected methodRemoveMappedProvider
Removes a mapped provider from the mapped collection
(Inherited from AbstractStorageProvider.)
Public methodUnMapStoragePath
Removes the mapping to a storage provider
(Inherited from AbstractStorageProvider.)
Top
See Also