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

Gary D. Gregory resolved IO-784.
--------------------------------
    Fix Version/s: 2.12.0
       Resolution: Fixed

> Add support for Appendable to HexDump util
> ------------------------------------------
>
>                 Key: IO-784
>                 URL: https://issues.apache.org/jira/browse/IO-784
>             Project: Commons IO
>          Issue Type: Improvement
>          Components: Utilities
>    Affects Versions: 2.11.0
>            Reporter: Fredrik Kjellberg
>            Priority: Major
>             Fix For: 2.12.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> The HexDump utility currently only supports to send the output of the hex 
> dump to an OutputStream. This makes it cumbersome if you want to e.g. output 
> the dump to System.out.
> The HexDump utility should support to send the output to an `Appendable` 
> making it possible to use e.g. `System.out` or `StringBuilder` as output 
> targets.
> Created PR with a proposed fix: 
> [https://github.com/apache/commons-io/pull/418]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to