C# Class CSharpUtils.VirtualFileSystem.ProxyReadOnlyFilesystem

Inheritance: ProxyFileSystem
Mostrar archivo Open project: soywiz/csharputils

Public Methods

Method Description
ProxyReadOnlyFilesystem ( FileSystem ParentFileSystem ) : System

Protected Methods

Method Description
ImplDeleteFile ( string Path ) : void
ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void
ImplOpenFile ( string FileName, System FileMode ) : FileSystemFileStream

Method Details

ImplDeleteFile() final protected method

final protected ImplDeleteFile ( string Path ) : void
Path string
return void

ImplMoveFile() final protected method

final protected ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void
ExistingFileName string
NewFileName string
ReplaceExisiting bool
return void

ImplOpenFile() protected method

protected ImplOpenFile ( string FileName, System FileMode ) : FileSystemFileStream
FileName string
FileMode System
return FileSystemFileStream

ProxyReadOnlyFilesystem() public method

public ProxyReadOnlyFilesystem ( FileSystem ParentFileSystem ) : System
ParentFileSystem FileSystem
return System