Maven module :un.storage : image-gif :
Class :
un.storage.imagery.gif.LZWDecoder
Extends/Implements : -
Subclasses : -
Variables :
NO_REPLACE
Functions :
LZWDecoder,
decode
public int
NO_REPLACE
public void
LZWDecoder (DataInputStream stream, int lzwCodeSize, ByteSequence bank, int skipValue)
public ByteSequence
decode ()
Annexe F
Useful explications :
http://www.daubnet.com/en/file-format-gif
http://www.starsdev.com/developer/lzw.php#intro
author Johann Sorel