edu.jhu.tmaj.util.file
Class ChecksumUtilImpl

java.lang.Object
  extended by edu.jhu.tmaj.util.file.ChecksumUtilImpl
All Implemented Interfaces:
ChecksumUtil, java.io.Serializable

public class ChecksumUtilImpl
extends java.lang.Object
implements ChecksumUtil, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ChecksumUtilImpl()
           
 
Method Summary
 long getChecksum(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChecksumUtilImpl

public ChecksumUtilImpl()
Method Detail

getChecksum

public long getChecksum(byte[] bytes)
Specified by:
getChecksum in interface ChecksumUtil