C# Class CSharpUtils.VirtualFileSystem.NodeFileSystem

Inheritance: ImplFileSystem
Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Свойство Type Description
RootNode Node

Méthodes publiques

Méthode Description
Initialize ( ) : void
NodeFileSystem ( ) : System
RemoveAllFiles ( ) : void

Méthodes protégées

Méthode Description
ImplFindFiles ( string Path ) : IEnumerable
ImplOpenFile ( string FileName, System FileMode ) : FileSystemFileStream
SetRootNode ( ) : void

Method Details

ImplFindFiles() protected méthode

protected ImplFindFiles ( string Path ) : IEnumerable
Path string
Résultat IEnumerable

ImplOpenFile() protected méthode

protected ImplOpenFile ( string FileName, System FileMode ) : FileSystemFileStream
FileName string
FileMode System
Résultat FileSystemFileStream

Initialize() public méthode

public Initialize ( ) : void
Résultat void

NodeFileSystem() public méthode

public NodeFileSystem ( ) : System
Résultat System

RemoveAllFiles() public méthode

public RemoveAllFiles ( ) : void
Résultat void

SetRootNode() protected méthode

protected SetRootNode ( ) : void
Résultat void

Property Details

RootNode public_oe property

public Node RootNode
Résultat Node