C# Class KFS.FileSystems.FAT.FolderFAT

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

Méthodes publiques

Méthode 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

Méthode Description
GetDirectoryEntries ( ) : IEnumerable
GetNextCluster ( long currentCluster ) : long
GetVolumeName ( ) : string

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

FolderFAT() public méthode

public FolderFAT ( FileSystemFAT fileSystem, DirectoryEntry entry, string path ) : KFS.DataStream
fileSystem FileSystemFAT
entry DirectoryEntry
path string
Résultat KFS.DataStream

FolderFAT() public méthode

public FolderFAT ( FileSystemFAT fileSystem, long offset, long cluster ) : KFS.DataStream
fileSystem FileSystemFAT
offset long
cluster long
Résultat KFS.DataStream

GetBytes() public méthode

public GetBytes ( ulong _offset, ulong _length ) : byte[]
_offset ulong
_length ulong
Résultat byte[]

GetChildren() public méthode

public GetChildren ( ) : IEnumerable
Résultat IEnumerable

Open() public méthode

public Open ( ) : void
Résultat void