means to
store the decimal value 64 into a single output byte.
</details>
Primary functions
----------------
readFromBinary — Convert ASCII byte codes into a binary file.
writeToBinary — Convert a binary file into ASCII byte codes.
Fucntions for ASCII printing options
------------------------------------
getBytes — Get hex byte display option.
getLineBytes — Get the maximum number of hex bytes in ASCII output.
getLineLength — Returns the maximum length of an ASCII text line.
getMidi — Get display option for showing ASCII MIDI file markup.
setBytes — Display or not display hex codes in ASCII output.
setLineBytes — Set the maximum number of hex bytes in ASCII output.
setLineLength — Set the maximum length of an ASCII text line.
setMidi — Set display option for showing ASCII MIDI file markup.
Keyboard shortcuts for this page:
- ctrl++/= to open all function documentation entries.
- ctrl+– to close all documentation.
- ctrl+eto toggle display of all code examples.
- shft+click will open documentation for a single method and close all other entries.