C# Class ParkitectNexus.Data.Caching.CachedFile

Inheritance: ICachedFile
显示文件 Open project: ParkitectNexus/ParkitectNexusClient

Private Properties

Property Type Description
GenerateUniquePath void
GetFullPath string
RandomString string

Public Methods

Method Description
CachedFile ( ) : System
CachedFile ( string path ) : System
Delete ( ) : void
Open ( FileMode mode ) : Stream

Private Methods

Method Description
GenerateUniquePath ( ) : void
GetFullPath ( ) : string
RandomString ( int length ) : string

Method Details

CachedFile() public method

public CachedFile ( ) : System
return System

CachedFile() public method

public CachedFile ( string path ) : System
path string
return System

Delete() public method

public Delete ( ) : void
return void

Open() public method

public Open ( FileMode mode ) : Stream
mode FileMode
return Stream