Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
15
-
b21
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8329248 | 11.0.24 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
Description
Hex formatting tools can make working with byte streams and arrays of structured data possible. Converting binary data to a readable format is a minimum. Comprehension of higher level structures and protocols makes debugging and diagnosing raw bytes significantly easier.
Initially proposed for the test library this functionality may be recognized as useful and proposed to be added to a utility package in the JDK.
Initially proposed for the test library this functionality may be recognized as useful and proposed to be added to a utility package in the JDK.
Attachments
Issue Links
- backported by
-
JDK-8329248 Test support: Customizable Hex Printer
- Resolved
- relates to
-
JDK-8170769 Provide a simple hexdump facility for binary data
- In Progress