Maven module :un.storage : image-gif :
Class : un.storage.imagery.gif.LZWDecoder
Extends/Implements : -
Subclasses : -

http://www.w3.org/Graphics/GIF/spec-gif89a.txt
Annexe F
Useful explications :
http://www.daubnet.com/en/file-format-gif
http://www.starsdev.com/developer/lzw.php#intro
author  Johann Sorel


Variables : NO_REPLACE
Functions : LZWDecoder, decode


public int NO_REPLACE



param  stream
param  lzwCodeSize
param  bank output byte bank
param  skipValue value to ignore while filling buffer. use NO_REPLACE if not needed.
Used in GIF image to avoid overriding buffer values.
throws  IOException
public void LZWDecoder (DataInputStream stream, int lzwCodeSize, ByteSequence bank, int skipValue)

public ByteSequence decode ()