-
Returns the enum constant of this type with the specified name.
FileDownloadUtils.Hash.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
static void
Creates validation files beside a file to be downloaded.
Whenever possible, for a file.ext
file, it creates
file.ext.size
and file.hash_XXXX
in the same
folder where file.ext
exists (XXXX may be DM5, SHA1, or SHA256).
static void
Creates validation files beside a file to be downloaded.
Whenever possible, for a file.ext
file, it creates
file.ext.size
and file.hash
for in the same
folder where file.ext
exists.