view
Class BitFile
java.lang.Object
view.BitFile
class BitFile
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
output_
OutputStream output_
buffer_
byte[] buffer_
index_
int index_
bitsLeft_
int bitsLeft_
BitFile
public BitFile(OutputStream output)
- Parameters:
output -
Flush
public void Flush()
throws IOException
- Throws:
IOException
WriteBits
public void WriteBits(int bits,
int numbits)
throws IOException
- Parameters:
bits - numbits -
- Throws:
IOException