Class Decoder

java.lang.Object
  extended by Decoder

public class Decoder
extends Object

Driver for decoding a compressed Huffman file.

Author:
Michael Goldwasser

Constructor Summary
Decoder()
           
 
Method Summary
static void main(String[] args)
          Decodes a compressed huffman message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decoder

public Decoder()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Decodes a compressed huffman message. Asks user for the name of the compressed file and sends the encoded text to System.out.

Parameters:
args -
Throws:
IOException