public abstract class GifBlock extends Object implements IGifBlock
The default gif block implementation.
Modifier and Type | Field and Description |
---|---|
static byte |
EXTENSION_INTRODUCER
Extension introducer.
|
Constructor and Description |
---|
GifBlock() |
Modifier and Type | Method and Description |
---|---|
boolean |
isChanged()
Gets or sets a value indicating whether block has changed and requires save.
|
void |
save(OutputStream stream)
Saves the block to the specified stream.
|
void |
setChanged(boolean value)
Gets or sets a value indicating whether block has changed and requires save.
|
public static final byte EXTENSION_INTRODUCER
Extension introducer.
public boolean isChanged()
Gets or sets a value indicating whether block has changed and requires save.
Value:true
if block has changed; otherwise, false
.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
.public void save(OutputStream stream)
Saves the block to the specified stream.