cryptix.tools
Class HexDump

java.lang.Object
  |
  +--cryptix.tools.HexDump

public class HexDump
extends java.lang.Object

Reads the file specified as an argument and displays it as hex.

Since:
Cryptix 3.1
Author:
Ian Brown
See Also:
Hex

Constructor Summary
HexDump()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexDump

public HexDump()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException