C# Class DBreeze.Programmers.FSFactory

Inheritance: IFileSystemFactory
Show file Open project: hhblaze/DBreeze

Public Methods

Method Description
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

Method Details

CreateDirectoryInfo() public method

public CreateDirectoryInfo ( string name ) : IDirectoryInfo
name string
return IDirectoryInfo

CreateType1() public method

public CreateType1 ( string name, int bufferSize ) : IFileStream
name string
bufferSize int
return IFileStream

CreateType2() public method

public CreateType2 ( string name ) : IFileStream
name string
return IFileStream

CreateType3() public method

public CreateType3 ( string name ) : IFileStream
name string
return IFileStream

Delete() public method

public Delete ( string path ) : void
path string
return void

Exists() public method

public Exists ( string path ) : bool
path string
return bool

Move() public method

public Move ( string sourceFileName, string destFileName ) : void
sourceFileName string
destFileName string
return void