C# Class KFS.FileSystems.FAT.FolderFAT.DirectoryEntry

Show file Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Public Methods

Method Description
DirectoryEntry ( FileSystemFAT fileSystem, long offset ) : KFS.DataStream

Private Methods

Method Description
GetDate ( ushort val ) : System.DateTime
GetTime ( ushort val ) : System.TimeSpan
ValidAttribute ( FATDirectoryAttributes attr ) : bool

Method Details

DirectoryEntry() public method

public DirectoryEntry ( FileSystemFAT fileSystem, long offset ) : KFS.DataStream
fileSystem FileSystemFAT
offset long
return KFS.DataStream