File: ref-hexviewdialog.htd

package info (click to toggle)
bitpim 0.9.08.dfsg.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 24,228 kB
  • ctags: 45,773
  • sloc: python: 191,894; cpp: 2,074; perl: 600; ansic: 343; sh: 185; makefile: 76; sed: 1
file content (14 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "pagestart.h"

<p align=center><img src="screen-filecontentshex.png">

<p>This shows the contents of a file.  The left hand column is the offset
into a file (in hexadecimal).  The 16 bytes are then shown in hex, and
finally the bytes as ASCII characters on the right.  Non printable characters
are replaced with a period.

<p>If you would like to edit the contents of a file, or invoke it in another
program, you should right click on the file name and save it.


#include "pageend.h"