C# Class KFS.FileSystems.FileFromHostSystem

Allows a file on the host system to be treated as an IFile.
Inheritance: KFS.DataStream.FileDataStream, IFile
Datei anzeigen Open project: Alex-Jaeger/BitcoinFindAndRecover

Public Methods

Method Description
AsFile ( ) : IFile
AsFolder ( ) : IFolder
FileFromHostSystem ( string filePath, IDataStream parent ) : KFS.DataStream
GetChildren ( ) : IEnumerable
GetChildrenAtPath ( string path ) : IEnumerable
GetFileSystemNode ( ) : IFileSystemNode

Method Details

AsFile() public method

public AsFile ( ) : IFile
return IFile

AsFolder() public method

public AsFolder ( ) : IFolder
return IFolder

FileFromHostSystem() public method

public FileFromHostSystem ( string filePath, IDataStream parent ) : KFS.DataStream
filePath string
parent IDataStream
return KFS.DataStream

GetChildren() public method

public GetChildren ( ) : IEnumerable
return IEnumerable

GetChildrenAtPath() public method

public GetChildrenAtPath ( string path ) : IEnumerable
path string
return IEnumerable

GetFileSystemNode() public method

public GetFileSystemNode ( ) : IFileSystemNode
return IFileSystemNode