Calculate a checksum for a file.
@param file the file to calculate the checksum for
@return the current checksum.
@throws DigesterException if there was a problem computing the hashcode.
Calc. Computes the node, and thus typically all sub nodes. If called on the root node the complete tree should be computed.
@param cEnv the environment that is used to calculate the node (should be passed on to sub nodes)
@param < N> the type of the node to be returned.
@return the N
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.