Hi,I have found myself recoding a file checksum function for several projects, I wonder if such a function could be added to [io]. Something like this:
public static Checksum checksum(File file, Checksum cs)
the usage would look like this:
long crc = FileUtils.checksum(file, new CRC32()).getValue();
What do you think ?
Emmanuel Bourg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
