C# Class KFS.FileSystems.FAT.FileFAT

A file node in the FAT filesystem.
Inheritance: File, IFATNode, IDescribable
Mostrar archivo Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Public Methods

Method Description
Close ( ) : void
FileFAT ( FileSystemFAT fileSystem, FolderFAT entry, string path ) : KFS.DataStream
FileFAT ( FileSystemFAT fileSystem, long firstCluster ) : KFS.DataStream
GetBytes ( ulong _offset, ulong _length ) : byte[]
Open ( ) : void

Private Methods

Method Description
GetNextCluster ( long currentCluster ) : long

Method Details

Close() public method

public Close ( ) : void
return void

FileFAT() public method

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

FileFAT() public method

public FileFAT ( FileSystemFAT fileSystem, long firstCluster ) : KFS.DataStream
fileSystem FileSystemFAT
firstCluster long
return KFS.DataStream

GetBytes() public method

public GetBytes ( ulong _offset, ulong _length ) : byte[]
_offset ulong
_length ulong
return byte[]

Open() public method

public Open ( ) : void
return void