Class UNRLE

java.lang.Object
  |
  +--UNRLE

public class UNRLE
extends java.lang.Object

UNRLE.java

Ported to Java by Tim Tyler, July 2001 - http://mandala.co.uk/birle/

Slight modifications were made during the port. Modifeid by David A. Scott see comment there for info. As always if you choose to use this your on you own. Original code: Mark Nelson
March 8, 1996
http://web2.airmail.net/markn


Constructor Summary
UNRLE()
           
 
Method Summary
 void decompress(java.lang.String input_file, java.lang.String output_file)
          Decompresses input_file and stores the results in output_file
static void main(java.lang.String[] args)
          Handles the Commmand-line interface to the compressor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UNRLE

public UNRLE()
Method Detail

decompress

public void decompress(java.lang.String input_file,
                       java.lang.String output_file)
                throws java.io.IOException
Decompresses input_file and stores the results in output_file


main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Handles the Commmand-line interface to the compressor