You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2014/11/10 17:02:34 UTC

[jira] [Updated] (CODEC-193) Support java.nio.ByteBuffer in DigestUtils

     [ https://issues.apache.org/jira/browse/CODEC-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory updated CODEC-193:
-------------------------------
    Summary: Support java.nio.ByteBuffer in DigestUtils  (was: Support java.nio.ByteBuffer in e.g. DigestUtils)

> Support java.nio.ByteBuffer in DigestUtils
> ------------------------------------------
>
>                 Key: CODEC-193
>                 URL: https://issues.apache.org/jira/browse/CODEC-193
>             Project: Commons Codec
>          Issue Type: Improvement
>            Reporter: Michael Donaghy
>            Priority: Minor
>
> The underlying {{MessageDigest}} API provides an {{update(ByteBuffer)}} method. It would be great to have support for this in {{DigestUtils}} so I can call e.g. {{md5Hex(ByteBuffer)}}, as it is surprisingly hard to treat a {{ByteBuffer}} as e.g. an {{InputStream}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)