|
|||||||||
| Home >> All >> com >> imagero >> uio >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.imagero.uio.io
Class TargaRLEInputStream

java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
com.imagero.uio.io.RLEInputStream
com.imagero.uio.io.TargaRLEInputStream
- All Implemented Interfaces:
- java.io.Closeable
- public class TargaRLEInputStream
- extends RLEInputStream
| Nested Class Summary |
| Nested classes inherited from class com.imagero.uio.io.RLEInputStream |
RLEInputStream.DeltaRecordException, RLEInputStream.EndOfBitmapException, RLEInputStream.EndOfLineException |
| Field Summary | |
(package private) int |
numSamples
|
(package private) int |
pixelSize
|
(package private) boolean |
rawPacket
|
(package private) byte[] |
value
|
(package private) int |
vindex
|
| Fields inherited from class com.imagero.uio.io.RLEInputStream |
finished |
| Fields inherited from class java.io.FilterInputStream |
in |
| Constructor Summary | |
TargaRLEInputStream(java.io.InputStream in,
int pixelSize)
|
|
| Method Summary | |
int |
read()
Calls the in.read() method |
| 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 |
| Field Detail |
numSamples
int numSamples
value
byte[] value
rawPacket
boolean rawPacket
pixelSize
int pixelSize
vindex
int vindex
| Constructor Detail |
TargaRLEInputStream
public TargaRLEInputStream(java.io.InputStream in, int pixelSize)
| Method Detail |
read
public int read()
throws java.io.IOException
- Description copied from class:
java.io.FilterInputStream - Calls the
in.read()method- Specified by:
readin classRLEInputStream
|
|||||||||
| Home >> All >> com >> imagero >> uio >> [ io overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC