|
|||||||||
Home >> All >> [ external overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
external
Class BitFile

java.lang.Objectexternal.BitFile
- class BitFile
- extends java.lang.Object
Field Summary | |
(package private) int |
bitsLeft_
|
(package private) byte[] |
buffer_
|
(package private) int |
index_
|
(package private) java.io.OutputStream |
output_
|
Constructor Summary | |
BitFile(java.io.OutputStream output)
|
Method Summary | |
void |
Flush()
|
void |
WriteBits(int bits,
int numbits)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
output_
java.io.OutputStream output_
buffer_
byte[] buffer_
index_
int index_
bitsLeft_
int bitsLeft_
Constructor Detail |
BitFile
public BitFile(java.io.OutputStream output)
Method Detail |
Flush
public void Flush() throws java.io.IOException
WriteBits
public void WriteBits(int bits, int numbits) throws java.io.IOException
|
|||||||||
Home >> All >> [ external overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |