|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectsalomeTMF_plug.pluginxlsxml.Import.Digest
public class Digest
Constructor Summary | |
---|---|
Digest()
|
Method Summary | |
---|---|
static java.lang.String |
runMD5(java.io.File f)
Compute the MD5 digest of a file from a FileInputStream |
static java.lang.String |
runMD5(java.io.FileInputStream fis)
Compute the MD5 digest of a file from a FileInputStream |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Digest()
Method Detail |
---|
public static java.lang.String runMD5(java.io.FileInputStream fis)
fis
- a FileInputStream
public static java.lang.String runMD5(java.io.File f) throws java.io.FileNotFoundException
f
- file
java.io.FileNotFoundException
- if the file does not exist,
is a directory rather than a regular file, or for some other
reason cannot be opened for reading.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |