module Baikal::Hexdump
Constants
- DEFAULT_HEXDUMP_FORMAT
The default hexdump format uses five-digit offsets (fits up to a mebibyte of data, which should be enough for everybody) and lists the content on sixteen bytes per row, both in hexadecimal (grouped by four bytes) and ASCII-or-dot form.