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.
March 2009
Number 5
Prize: One downloadable copy of Komodo IDE |
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 |
|
Pages that reference this package |
|
Latest pages that reference packages
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|