IGifBlock

public interface IGifBlock

Represents GIF block interface.

Methods

MethodDescription
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:

ParameterTypeDescription
streamjava.io.OutputStreamThe stream to save the object’s data to.