Difference between revisions of "ATBinHex"

From Lazarus wiki
Jump to navigationJump to search
Line 21: Line 21:
 
*    Unicode/Hex: combined Hex and Unicode modes
 
*    Unicode/Hex: combined Hex and Unicode modes
  
= Screenshots =
+
Screenshots:
  
* Text mode: [https://github.com/Alexey-T/ATViewer/blob/master/Help/ATBinHex/ModeText.gif]
+
* Text: [https://github.com/Alexey-T/ATViewer/blob/master/Help/ATBinHex/ModeText.gif]
* Binary mode: [https://github.com/Alexey-T/ATViewer/blob/master/Help/ATBinHex/ModeBinary.gif]
+
* Binary: [https://github.com/Alexey-T/ATViewer/blob/master/Help/ATBinHex/ModeBinary.gif]
* Hex mode: [https://github.com/Alexey-T/ATViewer/blob/master/Help/ATBinHex/ModeHex.gif]
+
* Hex: [https://github.com/Alexey-T/ATViewer/blob/master/Help/ATBinHex/ModeHex.gif]
* Unicode mode: [https://github.com/Alexey-T/ATViewer/blob/master/Help/ATBinHex/ModeUnicode.gif]
+
* Unicode: [https://github.com/Alexey-T/ATViewer/blob/master/Help/ATBinHex/ModeUnicode.gif]
* Unicode/Hex mode: [https://github.com/Alexey-T/ATViewer/blob/master/Help/ATBinHex/ModeUHex.gif]
+
* Unicode/Hex: [https://github.com/Alexey-T/ATViewer/blob/master/Help/ATBinHex/ModeUHex.gif]
  
 
= Homepage =
 
= Homepage =

Revision as of 14:50, 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.

Features:

  • Support for huge file sizes (of type Int64)
  • Support for Unicode file names
  • Support for multiple codepages: ANSI, OEM etc.

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