public class ChecksumUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static long |
checksum(java.io.InputStream is)
Compute a cheksum for the file or directory that consists of the name, length and the last modified date
for a file and its children in case of a directory
|
public static long checksum(java.io.InputStream is)
throws java.io.IOException
is - the input streamjava.io.IOExceptionCopyright © 2011-2014 Red Hat. All Rights Reserved.