A B C D F H I M O P R S T U W

B

BitInputStream - Class in assignment4
Reads bits-at-a-time where the number of bits is between 1 and 32.
BitInputStream(String) - Constructor for class assignment4.BitInputStream
Construct a bit-at-a-time input stream from a file whose name is supplied.
BitInputStream(File) - Constructor for class assignment4.BitInputStream
Construct a bit-at-a-time input stream from file.
BitInputStream(InputStream) - Constructor for class assignment4.BitInputStream
Open a bit-at-a-time stream that reads from supplied InputStream.
BitOutputStream - Class in assignment4
Write bits-at-a-time where the number of bits is between 1 and 32.
BitOutputStream(OutputStream) - Constructor for class assignment4.BitOutputStream
Create a stream that writes-through to the OutputStream object passed as a parameter.
BitOutputStream(String) - Constructor for class assignment4.BitOutputStream
Construct a bit-at-a-time output stream with specified file name.
BITS_PER_INT - Static variable in interface assignment4.IHuffConstants
The standard number of bits needed to represent/store an int, this is 32 in Java and nearly all other languages.
BITS_PER_WORD - Static variable in interface assignment4.IHuffConstants
The standard number of bits per chunk/word when huffing.
bitsToBitString(InputStream) - Static method in class assignment4.BitStreamUtility
Reads each bit from input stream and returns a String representation of the bits
bitsToCharString(InputStream) - Static method in class assignment4.BitStreamUtility
Reads each word-size chunk from input stream and returns a String representation
BitStreamUtility - Class in assignment4
Some simple methods to read and write with bit streams.
BitStreamUtility() - Constructor for class assignment4.BitStreamUtility
 

A B C D F H I M O P R S T U W