C# (CSharp) KFS.FileSystems.NTFS Namespace

Classes

Name Description
FileNTFS A file node in the NTFS filesystem.
FileSystemNTFS Encapsulates an NTFS filesystem.
FixupStream A stream that applies NTFS fixups to a given data stream. The data used should be an MFT FILE or INDX record.
FolderNTFS A folder (directory) node in the NTFS filesystem.
FolderNTFS.IndexBuffer
FolderNTFS.IndexEntry
HiddenDataStreamFileNTFS An NTFS file that contains alternate (named) data streams.
MFTRecord A record in the NTFS Master File Table. Stores metadata about a single file.
NTFSDataRun A standard run of data on an NTFS filesystem. Represents a contiguous block of data stored on disk.
NTFSFileStream An NTFS data stream comprising multiple data runs.
SparseRun An NTFS data run that contains only zeroes. Stored on disk as metadata only (i.e. the zeroes are not actually stored) in order to save space.