|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
com.imagero.uio.io.RLEInputStream
com.imagero.uio.io.RLE8InputStream
PackBits decoder
Nested Class Summary |
Nested classes inherited from class com.imagero.uio.io.RLEInputStream |
RLEInputStream.DeltaRecordException, RLEInputStream.EndOfBitmapException, RLEInputStream.EndOfLineException |
Field Summary |
Fields inherited from class java.io.FilterInputStream |
in |
Constructor Summary | |
RLE8InputStream(java.io.InputStream in)
|
Method Summary | |
int |
read()
|
Methods inherited from class com.imagero.uio.io.RLEInputStream |
available, close, mark, markSupported, read, read, reset |
Methods inherited from class java.io.FilterInputStream |
skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RLE8InputStream(java.io.InputStream in)
Method Detail |
public int read() throws java.io.IOException
read
in class RLEInputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |