ranab.img.gif
Class GifNsAppEx

java.lang.Object
  extended by ranab.img.gif.GifEx
      extended by ranab.img.gif.GifAppEx
          extended by ranab.img.gif.GifNsAppEx

public final class GifNsAppEx
extends GifAppEx

Gif Netscape application extension.


Field Summary
protected  byte mbyByte
           
protected  byte mbySubBlkSz
           
protected  short msItrCnt
           
 
Fields inherited from class ranab.img.gif.GifAppEx
mbyAppAuth, mbyAppId, mbyBlkSize
 
Fields inherited from class ranab.img.gif.GifEx
mbyBlkTerm, mbyCtrlLab, mbyExIntro, mImageData
 
Method Summary
 int getIterationCount()
          Get iteration count
 void setIterationCount(int itr)
          Set iteration count.
 void write(java.io.DataOutputStream ds)
          Write the block
 
Methods inherited from class ranab.img.gif.GifEx
getBlockId, getImageData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mbySubBlkSz

protected byte mbySubBlkSz

mbyByte

protected byte mbyByte

msItrCnt

protected short msItrCnt
Method Detail

setIterationCount

public void setIterationCount(int itr)
Set iteration count. Iteration count 0 means infinite


getIterationCount

public int getIterationCount()
Get iteration count


write

public void write(java.io.DataOutputStream ds)
           throws java.io.IOException
Write the block

Throws:
java.io.IOException