public class MD5 extends Object
| Constructor and Description |
|---|
MD5(File f)
Initialize MD5 calculations for a file
|
MD5(Object o)
Initialize MD5 calculations
|
| Modifier and Type | Method and Description |
|---|---|
String |
get()
Returns 32-character hex representation of this objects hash
|
byte[] |
getData()
Get data as stream
|
public MD5(Object o)
o - input objectpublic MD5(File f)
f - input filepublic String get()
String - of this object's hashpublic byte[] getData()
DMelt 2.0 © DataMelt by jWork.ORG