tools
Class Diff

java.lang.Object
  extended by tools.Diff

public class Diff
extends java.lang.Object

This tool is a simple binary file diff.


Constructor Summary
Diff()
           
 
Method Summary
static void main(java.lang.String[] args)
          This function performs the diff of two files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Diff

public Diff()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
This function performs the diff of two files.

Parameters:
args - the files
Throws:
java.io.IOException - error reading files