|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
org.apache.sanselan.common.mylzw.BitsToByteInputStream
public class BitsToByteInputStream
| Constructor Summary | |
|---|---|
BitsToByteInputStream(MyBitInputStream is,
int desiredDepth)
|
|
| Method Summary | |
|---|---|
int |
read()
|
int |
readBits(int bitCount)
|
int[] |
readBitsArray(int sampleBits,
int length)
|
| Methods inherited from class java.io.InputStream |
|---|
available, close, mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BitsToByteInputStream(MyBitInputStream is,
int desiredDepth)
| Method Detail |
|---|
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException
public int readBits(int bitCount)
throws java.io.IOException
java.io.IOException
public int[] readBitsArray(int sampleBits,
int length)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||