-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .compact format to ByteBuffer's hexdump method (#2856)
Add compact formatting option to ByteBuffer's hexdump method. ### Motivation: Resolving the following issue: #2825. ### Modifications: • Added a compact format for ByteBuffer's hexdump method ### Result: A new format which is analog to the `.plain` but without whitespaces. --------- Co-authored-by: Johannes Weiss <[email protected]> Co-authored-by: Si Beaumont <[email protected]>
- Loading branch information
1 parent
30df855
commit 196928d
Showing
2 changed files
with
121 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters