Packages

 

com.aspose.imaging.fileformats.gif

Class GifBlock

    • Field Detail

      • EXTENSION_INTRODUCER

        public static final byte EXTENSION_INTRODUCER

        Extension introducer.

        See Also:
        Constant Field Values
    • Constructor Detail

      • GifBlock

        public GifBlock()
    • Method Detail

      • isChanged

        public boolean isChanged()

        Gets or sets a value indicating whether block has changed and requires save.

        Value: true if block has changed; otherwise, false.
      • setChanged

        public void setChanged(boolean value)

        Gets or sets a value indicating whether block has changed and requires save.

        Value: true if block has changed; otherwise, false.
      • save

        public void save(OutputStream stream)

        Saves the block to the specified stream.

        Specified by:
        save in interface IGifBlock
        Parameters:
        stream - The stream to save data to.