Mark Evenson evenson@panix.com writes:
On 6/10/11 13:52 , Zach Beane wrote: […]
I'm not exactly sure what I will need, yet, but certainly if it was easy for ABCL to provide a fast way to compute the SHA1/SHA256/SHA512 digest of disk files, that would be helpful.
[…]
Attached please find code for ABCL which directly manipulates the underlying JVM APIs for fast I/O ("NIO") and uses the built-in MessageDigest computation. Is this sufficient for your needs?
I'll give it a try and let you know, thanks!
Zach