C# Class Skimur.FileSystem.LocalFileSystem.LocalFileInfo

Inheritance: IFileInfo
显示文件 Open project: skimur/skimur

Public Methods

Method Description
Delete ( ) : void
LocalFileInfo ( string localPath, string relativePath ) : System
Open ( FileMode mode ) : Stream
Open ( FileMode mode, Action action ) : void

Method Details

Delete() public method

public Delete ( ) : void
return void

LocalFileInfo() public method

public LocalFileInfo ( string localPath, string relativePath ) : System
localPath string
relativePath string
return System

Open() public method

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

Open() public method

public Open ( FileMode mode, Action action ) : void
mode FileMode
action Action
return void