Innovation Award
 March 2009
Number 5 |
Binary files cannot be edited like text files in regular text editors because characters within certain code ranges are not printable.
This class provides a work around for editing binary files. It converts the file contents into lines of hexadecimal text, so it can be easily changed in a text editor.
The class can also convert the changed hexadecimal lines back to binary format before storing the updated binary file contents.
Manuel Lemos |
This class can read and write files to edit their data.
It can open a file and convert its contents into a corresponding hexadecimal string representation.
The class can also rewrite the file with a hexadecimal representation string of the changed contents.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.