C# Class Raven.Munin.IsolatedStoragePersistentSource

Inheritance: FileBasedPersistentSource
Mostra file Open project: hibernating-rhinos/Raven.Light

Public Methods

Method Description
Dispose ( ) : void
IsolatedStoragePersistentSource ( string basePath, string prefix ) : System.IO

Protected Methods

Method Description
CreateClonedStreamForReadOnlyPurposes ( ) : Stream
EnsurePathExists ( string path ) : void
FileDelete ( string path ) : void
FileExists ( string path ) : bool
FileMove ( string src, string dst ) : void
OpenFile ( string path ) : FileStream

Method Details

CreateClonedStreamForReadOnlyPurposes() protected method

protected CreateClonedStreamForReadOnlyPurposes ( ) : Stream
return System.IO.Stream

Dispose() public method

public Dispose ( ) : void
return void

EnsurePathExists() protected method

protected EnsurePathExists ( string path ) : void
path string
return void

FileDelete() protected method

protected FileDelete ( string path ) : void
path string
return void

FileExists() protected method

protected FileExists ( string path ) : bool
path string
return bool

FileMove() protected method

protected FileMove ( string src, string dst ) : void
src string
dst string
return void

IsolatedStoragePersistentSource() public method

public IsolatedStoragePersistentSource ( string basePath, string prefix ) : System.IO
basePath string
prefix string
return System.IO

OpenFile() protected method

protected OpenFile ( string path ) : FileStream
path string
return System.IO.FileStream