Class FileChecksum
java.lang.Object
org.exoplatform.commons.file.services.util.FileChecksum
Offers to calculate Checksum
Created by The eXo Platform SAS
Author : eXoPlatform
exo@exoplatform.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetChecksum(InputStream fis) MD5-Checksum for a file.static StringgetChecksum(String string) MD5-Checksum for a string.
-
Constructor Details
-
FileChecksum
public FileChecksum()
-
-
Method Details