IGifBlock
public interface IGifBlock
Represents GIF block interface.
Methods
Method | Description |
---|---|
save(OutputStream stream) | Saves the block to the specified stream. |
save(OutputStream stream)
public abstract void save(OutputStream stream)
Saves the block to the specified stream.
Parameters:
Parameter | Type | Description |
---|---|---|
stream | java.io.OutputStream | The stream to save the object’s data to. |