Represents a package store that stores packages in the same way as the default package store using a hierarchy of directories.
Initializes a new instance of the CommonIndexedPackageStore class.
Performs a cleanup and consistency check for the package store.
Creates a new empty file in the package store and returns a writable stream.
Returns an empty stream which can be used to write a new package to the store.
Deletes a file in the package store.
Deletes a package from the store.
Returns a sequence of the files in the package store that have the specified file extension.
Returns the full path of the specified package for the current package store.
Returns a stream backed by the specified package if it exists; otherwise returns null (Nothing in Visual Basic).
Opens an existing file in the package store and returns a readable stream.
Renames a file in the package store.