Uses of Class
org.biojava.nbio.core.util.FileDownloadUtils.Hash
-
Packages that use FileDownloadUtils.Hash Package Description org.biojava.nbio.core.util -
-
Uses of FileDownloadUtils.Hash in org.biojava.nbio.core.util
Methods in org.biojava.nbio.core.util that return FileDownloadUtils.Hash Modifier and Type Method Description static FileDownloadUtils.HashFileDownloadUtils.Hash. valueOf(String name)Returns the enum constant of this type with the specified name.static FileDownloadUtils.Hash[]FileDownloadUtils.Hash. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.core.util with parameters of type FileDownloadUtils.Hash Modifier and Type Method Description static voidFileDownloadUtils. createValidationFiles(URLConnection resourceUrlConnection, File localDestination, URL hashURL, FileDownloadUtils.Hash hash)Creates validation files beside a file to be downloaded.
Whenever possible, for afile.extfile, it createsfile.ext.sizeandfile.hash_XXXXin the same folder wherefile.extexists (XXXX may be DM5, SHA1, or SHA256).static voidFileDownloadUtils. createValidationFiles(URL url, File localDestination, URL hashURL, FileDownloadUtils.Hash hash)Creates validation files beside a file to be downloaded.
Whenever possible, for afile.extfile, it createsfile.ext.sizeandfile.hashfor in the same folder wherefile.extexists.
-