B C H R S W

B

BitInputStream - Class in src
The BitInputStream allows reading individual bits from a general Java InputStream.
BitInputStream(InputStream) - Constructor for class src.BitInputStream
Creates a BitInputStream that reads bits from the specified InputStream.
BitInputStream(String) - Constructor for class src.BitInputStream
Creates a BitInputStream that reads bits from the file with the given name.
BitOutputStream - Class in src
The BitOutputStream allows writing individual bits to a general Java OutputStream.
BitOutputStream(OutputStream) - Constructor for class src.BitOutputStream
Creates a BitOutputStream that writes bits to the specified OutputStream.
BitOutputStream(String) - Constructor for class src.BitOutputStream
Creates a BitOutputStream stream that writes bits to the file with the given name.

B C H R S W