|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCommon.BitInputStream
public class BitInputStream
| Constructor Summary | |
|---|---|
BitInputStream(java.io.InputStream in)
|
|
| Method Summary | |
|---|---|
int |
available()
|
void |
close()
|
boolean |
readBit()
|
int |
readByte()
Read a Byte from the stream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BitInputStream(java.io.InputStream in)
| Method Detail |
|---|
public int readByte()
throws java.io.IOException
java.io.IOException
public boolean readBit()
throws java.io.IOException
java.io.IOException
public int available()
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 | |||||||||