org.esau.ptarmigan.util
Class HelperDigest

java.lang.Object
  |
  +--org.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 $
Author:
Reed Esau

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
 

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


Copyright © 2002 Reed Esau, All Rights Reserved.