assignment4
Class HuffMark

java.lang.Object
  extended by assignment4.HuffMark

public class HuffMark
extends java.lang.Object


Field Summary
protected static javax.swing.JFileChooser ourOpenChooser
           
 
Constructor Summary
HuffMark()
           
 
Method Summary
 void compress(java.io.File f)
           
 void doMark()
           
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
 

Field Detail

ourOpenChooser

protected static javax.swing.JFileChooser ourOpenChooser
Constructor Detail

HuffMark

public HuffMark()
Method Detail

compress

public void compress(java.io.File f)
              throws java.io.IOException
Throws:
java.io.IOException

doMark

public void doMark()
            throws java.io.IOException
Throws:
java.io.IOException

main

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