|
|||||||||
| Home >> All >> org >> esau >> ptarmigan >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.esau.ptarmigan.util
Class HelperDigest

java.lang.Objectorg.esau.ptarmigan.util.HelperDigest
- public final class HelperDigest
- extends java.lang.Object
Compute checksum/digest for the range of a file
- Version:
- $Revision: 1.1 $ $Date: 2002/09/10 06:24:34 $
| Field Summary | |
(package private) static org.apache.commons.logging.Log |
log
logging object |
| Constructor Summary | |
HelperDigest()
|
|
| Method Summary | |
static java.lang.String |
getDigest(java.lang.String algorithm,
Range range,
java.io.File file)
use the internal File and Range to build an MD5 digest for the audio data |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
log
static org.apache.commons.logging.Log log
- logging object
| Constructor Detail |
HelperDigest
public HelperDigest()
| Method Detail |
getDigest
public static java.lang.String getDigest(java.lang.String algorithm, Range range, java.io.File file) throws java.io.IOException, java.security.NoSuchAlgorithmException
- use the internal File and Range to build an MD5 digest for the audio data
|
|||||||||
| Home >> All >> org >> esau >> ptarmigan >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.esau.ptarmigan.util.HelperDigest