Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Sun Oct 7 2001 11:24 pm |
Author: Yadav, Neha <nyadav@andrew.cmu.edu> |
Subject: Huffman.java |
|
|
why can the compress() and decompress() functions use inputs of type BitReader? are these not interfaces without definitions for functions? how can we still use interfaces? is this suppose to actually say compress(FileBitReader in, FileBitReader out) etc.
|
|