|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jimageanalyst.analyzer.AnalyzeSwf.BitInputStream
protected class AnalyzeSwf.BitInputStream
The BitwiseInputStream is used to access the underlaying
InputStream bit by bit.
| Constructor Summary | |
|---|---|
AnalyzeSwf.BitInputStream(java.io.InputStream inputStream)
Constructs this class with an InputStream. |
|
| Method Summary | |
|---|---|
int |
readSBits(int numBits)
Read a signed integer value from input. |
long |
readUBits(int numBits)
Read a unsigned integer value from input. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnalyzeSwf.BitInputStream(java.io.InputStream inputStream)
InputStream.
inputStream - the InputStream to read on.| Method Detail |
|---|
public int readSBits(int numBits)
throws java.io.IOException
numBits - number of bits to read.
java.io.IOException - if an I/O error occurs.
public long readUBits(int numBits)
throws java.io.IOException
numBits - number of bits to read.
java.io.IOException - if an I/O error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||