C# Class KFS.FileSystems.FolderMounted

Allows a folder on the host system to be treated as an IFolder.
Inheritance: Folder
Datei anzeigen Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Public Methods

Method Description
Close ( ) : void
FolderMounted ( string filePath, IDataStream parent ) : KFS.DataStream
GetBytes ( ulong offset, ulong length ) : byte[]
GetChildren ( ) : IEnumerable
Open ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

FolderMounted() public method

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

GetBytes() public method

public GetBytes ( ulong offset, ulong length ) : byte[]
offset ulong
length ulong
return byte[]

GetChildren() public method

public GetChildren ( ) : IEnumerable
return IEnumerable

Open() public method

public Open ( ) : void
return void