Class dump

java.lang.Object
   |
   +----dump

public class dump
extends Object
a simple dump program prints the offset, hexvalue, and decimal value for each byte in a file, for all files mentioned on the command line.

Usage:

   java dump input-file
 

Author:
Ray Ontko

Constructor Index

 o dump()

Method Index

 o main(String[])

Constructors

 o dump
 public dump()

Methods

 o main
 public static void main(String args[])