Current Forum: Homework 4 - Lempel Ziv (Part 2) |
Date: Thu Oct 18 2001 2:03 am |
Author: Zaman, Rashid <rzaman@andrew.cmu.edu> |
Subject: writing codes to file |
|
|
Since I use the 'short' type for my code for the differnet words I was wondering if i could use the writeBits(int bits, int num) method of BitWriter. Since I have a short and not an int could I still pass the 'short' into writeBits? |
|