Click or drag to resize
ZipStorageProvider Methods

The ZipStorageProvider type exposes the following members.

Methods
  NameDescription
Protected methodCreateDirectoryProviderObject
Creates new directory provider object
(Overrides AbstractStorageProviderCreateDirectoryProviderObject.)
Protected methodCreateFileProviderObject
Creates new directory provider object
(Overrides AbstractStorageProviderCreateFileProviderObject.)
Public methodDispose
Releases all resources used by the current instance of the ZipStorageProvider class.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the current instance of the ZipStorageProvider class, and optionally releases the managed resources.
Public methodStatic memberDispose(String)
Disposes the storage provider for the given path
Public methodStatic memberDisposeAll
Disposes the zip storage providers
Public methodGetDirectoryInfo
Returns new instance of directory info.
(Overrides AbstractStorageProviderGetDirectoryInfo(String).)
Public methodGetFileData
Gets the particular file data
Public methodGetFileInfo
Returns new instance of FileInfo object.
(Overrides AbstractStorageProviderGetFileInfo(String).)
Public methodGetFileStream(String)
Gets a file stream for the given file
Public methodGetFileStream(String, FileMode)
Returns new instance of file stream.
(Overrides AbstractStorageProviderGetFileStream(String, FileMode).)
Public methodGetFileStream(String, FileMode, FileAccess)
Returns new instance of file stream.
(Overrides AbstractStorageProviderGetFileStream(String, FileMode, FileAccess).)
Public methodGetFileStream(String, FileMode, FileAccess, FileShare)
Returns new instance of file stream.
(Overrides AbstractStorageProviderGetFileStream(String, FileMode, FileAccess, FileShare).)
Public methodGetFileStream(String, FileMode, FileAccess, FileShare, Int32)
Returns new instance of file stream.
(Overrides AbstractStorageProviderGetFileStream(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.
(Inherited from AbstractStorageProvider.)
Protected methodGetStorageProviderInternal
Gets the storage provider based on the given path.
(Inherited from AbstractStorageProvider.)
Public methodStatic memberGetZipFileName
Gets the zip file name with the container brackets
Public methodStatic memberIsZipFile
Returns true if the given file path is a zip file
Public methodStatic memberIsZipFolderPath
Gets the zip file path from the given zip folder path. Returns null if the path isn't a zip folder path
Protected methodLoadContents
Loads the contents of the zip file
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