|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectranab.img.gif.GifEx
ranab.img.gif.GifAppEx
ranab.img.gif.GifNsAppEx
public final class GifNsAppEx
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 |
---|
protected byte mbySubBlkSz
protected byte mbyByte
protected short msItrCnt
Method Detail |
---|
public void setIterationCount(int itr)
public int getIterationCount()
public void write(java.io.DataOutputStream ds) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |