Package org.h2.dev.util
Class FileContentHash
- java.lang.Object
-
- org.h2.dev.util.FileContentHash
-
public class FileContentHash extends java.lang.ObjectA utility to calculate the content hash of files. It should help detect duplicate files and differences between directories.
-
-
Constructor Summary
Constructors Constructor Description FileContentHash()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String... args)Run the viewer.
-