ranab.img.gif
Class GifCommentEx

java.lang.Object
  extended by ranab.img.gif.GifEx
      extended by ranab.img.gif.GifCommentEx

public final class GifCommentEx
extends GifEx

Comment extension block.


Field Summary
 
Fields inherited from class ranab.img.gif.GifEx
mbyBlkTerm, mbyCtrlLab, mbyExIntro, mImageData
 
Method Summary
 java.lang.String getComment()
          Get the comment string.
 void setComment(java.lang.String comment)
          Set the comment.
 void write(java.io.DataOutputStream ds)
          Write comment this 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
 

Method Detail

getComment

public java.lang.String getComment()
Get the comment string.


setComment

public void setComment(java.lang.String comment)
Set the comment. Set null to remove comment.


write

public void write(java.io.DataOutputStream ds)
           throws java.io.IOException
Write comment this block. If the comment string is null does not write.

Throws:
java.io.IOException