[
https://issues.apache.org/jira/browse/CODEC-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell closed CODEC-52.
------------------------------
Resolution: Fixed
svn ci -m "Applying CODEC-52; Niklas Gustavsson's enhancement to have
InputStream variants for DigestUtil's digest methods"
src/java/org/apache/commons/codec/digest/DigestUtils.java
src/test/org/apache/commons/codec/digest/DigestUtilsTest.java
Sending src/java/org/apache/commons/codec/digest/DigestUtils.java
Sending src/test/org/apache/commons/codec/digest/DigestUtilsTest.java
Transmitting file data ..
Committed revision 634903.
> Digest on InputStreams
> ----------------------
>
> Key: CODEC-52
> URL: https://issues.apache.org/jira/browse/CODEC-52
> Project: Commons Codec
> Issue Type: Improvement
> Reporter: Niklas Gustavsson
> Fix For: 1.4
>
> Attachments: CODEC-52-patch.diff
>
>
> When calculating digests on large amount of data (for example large files)
> the current methods that takes a byte array or String in not sufficient.
> MessageDigest supports getting a digest for a stream.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.