Difference between revisions of "ATBinHex"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
 
= About =
 
= About =
  
'''ATBinHex''' is a control that implements the quick file (stream) viewer. Only visible part of file (or stream) is loaded into viewer, so it's suitable to show files of unlimited size.
+
''ATBinHex'' is a control that implements the quick file (stream) viewer. Only visible part of file (or stream) is loaded into viewer, so it's suitable to show files of unlimited size.
  
Features:
+
Original Delphi code is used for a long time inside "Universal Viewer" application.
 
 
*    Support for huge file sizes (of type Int64)
 
*    Support for Unicode file names
 
*    Support for multiple codepages: ANSI, OEM etc.
 
  
 
Author: Alexey Torgashin
 
Author: Alexey Torgashin

Revision as of 21:30, 20 July 2015

About

ATBinHex is a control that implements the quick file (stream) viewer. Only visible part of file (or stream) is loaded into viewer, so it's suitable to show files of unlimited size.

Original Delphi code is used for a long time inside "Universal Viewer" application.

Author: Alexey Torgashin

Modes

There are 5 view modes available:

  • Text: file is shown in text form
  • Binary: file is shown in binary form (with fixed line length)
  • Hex: file is shown in hex dump
  • Unicode: Unicode contents of file is shown
  • Unicode/Hex: combined Hex and Unicode modes

Screenshots:

Homepage

Requirements

Lazarus: 1.4.0.

Tested on: Windows 7, QT (Win7), Linux GTK2 (Ubuntu 14.04), MacOS X 10.8.