com.imagero.uio.io
Class TargaRLEInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended bycom.imagero.uio.io.RLEInputStream
              extended bycom.imagero.uio.io.TargaRLEInputStream

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
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
TargaRLEInputStream(java.io.InputStream in, int pixelSize)
           
 
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

TargaRLEInputStream

public TargaRLEInputStream(java.io.InputStream in,
                           int pixelSize)
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in class RLEInputStream
Throws:
java.io.IOException