C# Class KFS.FileSystems.FAT.FolderFAT

A folder (directory) node in the FAT filesystem.
Inheritance: Folder, IFATNode, IDescribable
Show file Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Public Methods

Method Description
Close ( ) : void
FolderFAT ( FileSystemFAT fileSystem, DirectoryEntry entry, string path ) : KFS.DataStream
FolderFAT ( FileSystemFAT fileSystem, long offset, long cluster ) : KFS.DataStream
GetBytes ( ulong _offset, ulong _length ) : byte[]
GetChildren ( ) : IEnumerable
Open ( ) : void

Private Methods

Method Description
GetDirectoryEntries ( ) : IEnumerable
GetNextCluster ( long currentCluster ) : long
GetVolumeName ( ) : string

Method Details

Close() public method

public Close ( ) : void
return void

FolderFAT() public method

public FolderFAT ( FileSystemFAT fileSystem, DirectoryEntry entry, string path ) : KFS.DataStream
fileSystem FileSystemFAT
entry DirectoryEntry
path string
return KFS.DataStream

FolderFAT() public method

public FolderFAT ( FileSystemFAT fileSystem, long offset, long cluster ) : KFS.DataStream
fileSystem FileSystemFAT
offset long
cluster long
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