C# Class ParkitectNexus.Data.Caching.CachedFile

Inheritance: ICachedFile
Afficher le fichier Open project: ParkitectNexus/ParkitectNexusClient

Private Properties

Свойство Type Description
GenerateUniquePath void
GetFullPath string
RandomString string

Méthodes publiques

Méthode Description
CachedFile ( ) : System
CachedFile ( string path ) : System
Delete ( ) : void
Open ( FileMode mode ) : Stream

Private Methods

Méthode Description
GenerateUniquePath ( ) : void
GetFullPath ( ) : string
RandomString ( int length ) : string

Method Details

CachedFile() public méthode

public CachedFile ( ) : System
Résultat System

CachedFile() public méthode

public CachedFile ( string path ) : System
path string
Résultat System

Delete() public méthode

public Delete ( ) : void
Résultat void

Open() public méthode

public Open ( FileMode mode ) : Stream
mode FileMode
Résultat Stream