Maven module :un.storage : image-sgi :
Class : un.storage.imagery.sgi.SGIRLEInputStream
Extends/Implements : un.api.io.AbstractInputStream
Subclasses : -

SGI Run-Length Encoding input stream.
ftp://ftp.sgi.com/graphics/grafica/sgiimage.html
This stream is different from the RLE input stream in encoding package.
author  Johann Sorel


Variables : -
Functions : SGIRLEInputStream, SGIRLEInputStream, read, close



public void SGIRLEInputStream (ByteInputStream in)


param  in
param  dataSize , number of byte used for rawdata and rle packet
Common value is 1 (for one byte), but some storage format can take advantage of
largeur blocks (like 4bytes for a float/int or 3bytes for a color).
public void SGIRLEInputStream (ByteInputStream in, int dataSize)

public int read ()

public void close ()