EXTENSION_INTRODUCER
Constructor and Description |
---|
GifUnknownExtensionBlock()
Initializes a new instance of the
GifUnknownExtensionBlock class. |
GifUnknownExtensionBlock(byte extensionLabel,
byte[] data)
Initializes a new instance of the
GifUnknownExtensionBlock class. |
Modifier and Type | Method and Description |
---|---|
byte |
getExtensionLabel()
Gets or sets the block's extension label.
|
byte[] |
getUnknownData()
Gets or sets the unknown data.
|
void |
save_internalized(com.aspose.ms.System.IO.Stream stream)
Saves the block to the specified stream.
|
void |
setExtensionLabel(byte value)
Gets or sets the block's extension label.
|
void |
setUnknownData(byte[] value)
Gets or sets the unknown data.
|
isChanged, save, setChanged
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.public byte getExtensionLabel()
Gets or sets the block's extension label.
Value: The block's extension label.public void setExtensionLabel(byte value)
Gets or sets the block's extension label.
Value: The block's extension label.public byte[] getUnknownData()
Gets or sets the unknown data.
Value: The unknown data.public void setUnknownData(byte[] value)
Gets or sets the unknown data.
Value: The unknown data.public void save_internalized(com.aspose.ms.System.IO.Stream stream)
Saves the block to the specified stream.
save_internalized
in interface IGifBlock
save_internalized
in class GifBlock
stream
- The stream to save data to.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.