Hexdump operations.
- Copyright:
-
- Crown Copyright 2016
- License:
-
- Apache-2.0
- Source:
Members
-
<static, constant> WIDTH
-
- Default Value:
-
- 16
- Source:
-
<static, constant> UPPER_CASE
-
- Source:
-
<static, constant> INCLUDE_FINAL_LENGTH
-
- Source:
Methods
-
<static> run_to(input, args)
-
To Hexdump operation.
Parameters:
Name Type Description input
byte_array args
Array.<Object> - Source:
Returns:
- Type
- string
-
<static> run_from(input, args)
-
From Hexdump operation.
Parameters:
Name Type Description input
string args
Array.<Object> - Source:
Returns:
- Type
- byte_array
-
<static> highlight_to(pos, args)
-
Highlight to hexdump
Parameters:
Name Type Description pos
Array.<Object> pos[].start
number pos[].end
number args
Array.<Object> - Source:
Returns:
pos
- Type
- Array.<Object>
-
<static> highlight_from(pos, args)
-
Highlight from hexdump
Parameters:
Name Type Description pos
Array.<Object> pos[].start
number pos[].end
number args
Array.<Object> - Source:
Returns:
pos
- Type
- Array.<Object>