|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
uk.co.mmscomputing.io.BitInputStream
uk.co.mmscomputing.io.ModHuffmanInputStream
uk.co.mmscomputing.io.ModModREADInputStream
uk.co.mmscomputing.io.ModREADInputStream
public class ModREADInputStream
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class uk.co.mmscomputing.io.ModHuffmanInputStream |
|---|
ModHuffmanInputStream.ModHuffmanCodingException |
| Field Summary |
|---|
| Fields inherited from class uk.co.mmscomputing.io.ModHuffmanInputStream |
|---|
state |
| Fields inherited from class uk.co.mmscomputing.io.BitInputStream |
|---|
count, nextByteMoreSignificant |
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Fields inherited from interface uk.co.mmscomputing.io.ModREADTable |
|---|
codes, EOFB, H, HX, P, V0, VL1, VL2, VL3, VR1, VR2, VR3 |
| Fields inherited from interface uk.co.mmscomputing.io.ModHuffmanTable |
|---|
BLACK, EOL, EOLCW, makeUpBlack, makeUpWhite, MAXCHUNK, termBlack, termWhite, WHITE |
| Constructor Summary | |
|---|---|
ModREADInputStream(java.io.InputStream in,
int width)
|
|
| Method Summary | |
|---|---|
protected void |
init(int width)
|
int |
read()
|
void |
readEOL()
|
| Methods inherited from class uk.co.mmscomputing.io.ModModREADInputStream |
|---|
getREADCode, initNewLine, read1D, read2D |
| Methods inherited from class uk.co.mmscomputing.io.ModHuffmanInputStream |
|---|
checkEOL, findToken, getColour, getState, main, read, read, skipPadding, syncWithEOL |
| Methods inherited from class uk.co.mmscomputing.io.BitInputStream |
|---|
availableBits, cbCount, clrBits, getBits, needBits, readBit, readBits, reset, setNextByteMoreSignificant |
| Methods inherited from class java.io.FilterInputStream |
|---|
available, close, mark, markSupported, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModREADInputStream(java.io.InputStream in,
int width)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
protected void init(int width)
throws java.io.IOException
init in class ModModREADInputStreamjava.io.IOException
public void readEOL()
throws java.io.IOException
readEOL in class ModModREADInputStreamjava.io.IOException
public int read()
throws java.io.IOException
read in class ModModREADInputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||