C# 클래스 DBreeze.Programmers.FSFactory

상속: IFileSystemFactory
파일 보기 프로젝트 열기: hhblaze/DBreeze

공개 메소드들

메소드 설명
CreateDirectoryInfo ( string name ) : IDirectoryInfo
CreateType1 ( string name, int bufferSize ) : IFileStream
CreateType2 ( string name ) : IFileStream
CreateType3 ( string name ) : IFileStream
Delete ( string path ) : void
Exists ( string path ) : bool
Move ( string sourceFileName, string destFileName ) : void

메소드 상세

CreateDirectoryInfo() 공개 메소드

public CreateDirectoryInfo ( string name ) : IDirectoryInfo
name string
리턴 IDirectoryInfo

CreateType1() 공개 메소드

public CreateType1 ( string name, int bufferSize ) : IFileStream
name string
bufferSize int
리턴 IFileStream

CreateType2() 공개 메소드

public CreateType2 ( string name ) : IFileStream
name string
리턴 IFileStream

CreateType3() 공개 메소드

public CreateType3 ( string name ) : IFileStream
name string
리턴 IFileStream

Delete() 공개 메소드

public Delete ( string path ) : void
path string
리턴 void

Exists() 공개 메소드

public Exists ( string path ) : bool
path string
리턴 bool

Move() 공개 메소드

public Move ( string sourceFileName, string destFileName ) : void
sourceFileName string
destFileName string
리턴 void