|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aspose.imaging.fileformats.gif.GifBlock
com.aspose.imaging.fileformats.gif.blocks.GifUnknownExtensionBlock
public class GifUnknownExtensionBlock
Gif Unknown Extension Block.
| Field Summary |
|---|
| Fields inherited from class com.aspose.imaging.fileformats.gif.GifBlock |
|---|
ExtensionIntroducer |
| Constructor Summary | |
|---|---|
GifUnknownExtensionBlock()
Initializes a new instance of the GifUnknownExtensionBlock class. |
|
GifUnknownExtensionBlock(byte extensionLabel,
byte[] data)
Initializes a new instance of the GifUnknownExtensionBlock class. |
|
| Method Summary | |
|---|---|
byte |
getExtensionLabel()
Gets the block's extension label. |
byte[] |
getUnknownData()
Gets the unknown data. |
void |
save(java.io.InputStream stream)
Saves the block to the InputStream. |
void |
setExtensionLabel(byte value)
Sets the block's extension label. |
void |
setUnknownData(byte[] value)
Sets the unknown data. |
| Methods inherited from class com.aspose.imaging.fileformats.gif.GifBlock |
|---|
isChanged, isChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GifUnknownExtensionBlock()
Initializes a new instance of the GifUnknownExtensionBlock class.
public GifUnknownExtensionBlock(byte extensionLabel,
byte[] data)
Initializes a new instance of the GifUnknownExtensionBlock class.
extensionLabel - The extension label.data - The block data.| Method Detail |
|---|
public byte getExtensionLabel()
Gets the block's extension label.
Value: The block's extension label.
public byte[] getUnknownData()
Gets the unknown data.
Value: The unknown data.
public void save(java.io.InputStream stream)
Saves the block to the InputStream.
save in interface IGifBlocksave in class GifBlockstream - The stream to save data to.public void setExtensionLabel(byte value)
Sets the block's extension label.
Value: The block's extension label.
public void setUnknownData(byte[] value)
Sets the unknown data.
Value: The unknown data.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||