C# 클래스 CSharpUtils.VirtualFileSystem.NodeFileSystem

상속: ImplFileSystem
파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RootNode Node

공개 메소드들

메소드 설명
Initialize ( ) : void
NodeFileSystem ( ) : System
RemoveAllFiles ( ) : void

보호된 메소드들

메소드 설명
ImplFindFiles ( string Path ) : IEnumerable
ImplOpenFile ( string FileName, System FileMode ) : FileSystemFileStream
SetRootNode ( ) : void

메소드 상세

ImplFindFiles() 보호된 메소드

protected ImplFindFiles ( string Path ) : IEnumerable
Path string
리턴 IEnumerable

ImplOpenFile() 보호된 메소드

protected ImplOpenFile ( string FileName, System FileMode ) : FileSystemFileStream
FileName string
FileMode System
리턴 FileSystemFileStream

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

NodeFileSystem() 공개 메소드

public NodeFileSystem ( ) : System
리턴 System

RemoveAllFiles() 공개 메소드

public RemoveAllFiles ( ) : void
리턴 void

SetRootNode() 보호된 메소드

protected SetRootNode ( ) : void
리턴 void

프로퍼티 상세

RootNode 공개적으로 프로퍼티

public Node RootNode
리턴 Node