C# Class Bracket.Hosting.ZipArchiveDirectory

Inheritance: IVirtualDirectory
Afficher le fichier Open project: PlasticLizard/Bracket Class Usage Examples

Méthodes publiques

Méthode Description
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool
GetDirectoryEntires ( string path, string searchPattern ) : string[]
GetFileEntries ( string path, string searchPattern ) : string[]
IsAbsolutePath ( string path ) : bool
LoadAssemblyFromPath ( string path ) : Assembly
OpenInputFileStream ( string path, FileMode mode, FileAccess access, FileShare share, int bufferSize ) : Stream
OpenOutputFileStream ( string path ) : Stream
ZipArchiveDirectory ( string storagePath ) : System

Private Methods

Méthode Description
GetEntry ( string path ) : ZipEntry
GetFullName ( string localPath ) : string
IsRoot ( string path ) : bool
RemoveRoot ( string path ) : string

Method Details

DirectoryExists() public méthode

public DirectoryExists ( string path ) : bool
path string
Résultat bool

FileExists() public méthode

public FileExists ( string path ) : bool
path string
Résultat bool

GetDirectoryEntires() public méthode

public GetDirectoryEntires ( string path, string searchPattern ) : string[]
path string
searchPattern string
Résultat string[]

GetFileEntries() public méthode

public GetFileEntries ( string path, string searchPattern ) : string[]
path string
searchPattern string
Résultat string[]

IsAbsolutePath() public méthode

public IsAbsolutePath ( string path ) : bool
path string
Résultat bool

LoadAssemblyFromPath() public méthode

public LoadAssemblyFromPath ( string path ) : Assembly
path string
Résultat System.Reflection.Assembly

OpenInputFileStream() public méthode

public OpenInputFileStream ( string path, FileMode mode, FileAccess access, FileShare share, int bufferSize ) : Stream
path string
mode FileMode
access FileAccess
share FileShare
bufferSize int
Résultat Stream

OpenOutputFileStream() public méthode

public OpenOutputFileStream ( string path ) : Stream
path string
Résultat Stream

ZipArchiveDirectory() public méthode

public ZipArchiveDirectory ( string storagePath ) : System
storagePath string
Résultat System