[
https://issues.apache.org/jira/browse/IO-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary D. Gregory updated IO-784:
-------------------------------
External issue URL: https://github.com/apache/commons-io/pull/418
> 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
> Time Spent: 1h 40m
> 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)