public class MD5BinaryFileUtils extends Object
Constructor and Description |
---|
MD5BinaryFileUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
createChecksum(File the_file) |
static String |
getMD5Checksum(File the_file)
In case this is too slow for you:
There are faster ways to convert
a byte array to a HEX string
|
static String |
getMD5InRemoteFile(URL remote_file)
Gets the MD5 string of a md5 file which is associated with
the file provided.
|
public static String getMD5InRemoteFile(URL remote_file)
remote_file
- the file that has a ".md5" file next to itpublic static byte[] createChecksum(File the_file) throws Exception
Exception