Searched defs:checksum (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/org/apache/commons/io/
H A DFileUtils.java59 * <li>calculating a checksum
1666 * Computes the checksum of a file using the CRC32 checksum routine.
1667 * The value of the checksum is returned.
1669 * @param file the file to checksum, must not be <code>null</code>
1670 * @return the checksum value
1671 * @throws NullPointerException if the file or checksum is <code>null</code>
1678 checksum(file, crc);
1683 * Computes the checksum of a file using the specified checksum objec
1699 checksum(File file, Checksum checksum) argument
[all...]

Completed in 27 milliseconds