| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCommon.BitOutputStream
public class BitOutputStream
| Constructor Summary | |
|---|---|
BitOutputStream(java.io.OutputStream out)
 | 
|
| Method Summary | |
|---|---|
 void | 
close()
 | 
 void | 
writeBit(int bit)
 | 
 void | 
writeByte(byte b)
 | 
 void | 
writeRevBit(int bit)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BitOutputStream(java.io.OutputStream out)
| Method Detail | 
|---|
public void writeByte(byte b)
               throws java.io.IOException
java.io.IOException
public void writeBit(int bit)
              throws java.io.IOException
java.io.IOException
public void writeRevBit(int bit)
                 throws java.io.IOException
java.io.IOException
public void close()
           throws java.io.IOException
java.io.IOException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||