Class MD5DigestFileEntry

All Implemented Interfaces:
Entry, FileEntry

public class MD5DigestFileEntry extends BaseFileEntry
A FileEntry that corresponds to the MD5 digest of another file entry.
  • Constructor Details

    • MD5DigestFileEntry

      public MD5DigestFileEntry(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