Class SHA1DigestFileEntry

All Implemented Interfaces:
Entry, FileEntry

public class SHA1DigestFileEntry extends BaseFileEntry
A FileEntry that corresponds to the SHA1 digest of another file entry.
Since:
1.0
  • Constructor Details

    • SHA1DigestFileEntry

      public SHA1DigestFileEntry(FileSystem fileSystem, DirectoryEntry parent, FileEntry entry)
      Creates an instance in the specified directory of the specified file system that will calculate the digest of the specified file entry.
      Parameters:
      fileSystem - the file system.
      parent - the parent directory.
      entry - the entry to digest.
      Since:
      1.0
  • Method Details