|
|||||||||
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.GifApplicationExtensionBlock
public class GifApplicationExtensionBlock
Gif application extension block.
Field Summary | |
---|---|
static int |
ApplicationAuthenticationCodeSize
Specifies the application authentication code size. |
static int |
ApplicationIdentifierSize
Specifies the application identifier size. |
static int |
BlockHeaderSize
Specifies the block header size. |
static byte |
BlockSize
Extension name + version block size |
static byte |
ExtensionLabel
Extension label. |
Fields inherited from class com.aspose.imaging.fileformats.gif.GifBlock |
---|
ExtensionIntroducer |
Constructor Summary | |
---|---|
GifApplicationExtensionBlock()
Initializes a new instance of the GifApplicationExtensionBlock class. |
|
GifApplicationExtensionBlock(java.lang.String applicationIdentifier,
byte[] applicationAuthenticationCode,
byte[] applicationData)
Initializes a new instance of the GifApplicationExtensionBlock class. |
Method Summary | |
---|---|
byte[] |
getApplicationAuthenticationCode()
Gets or sets the application authentication code. |
byte[] |
getApplicationData()
Gets or sets the application data. |
void |
save(java.io.InputStream stream)
Saves the block to the specified InputStream. |
void |
setApplicationAuthenticationCode(byte[] value)
|
void |
setApplicationData(byte[] value)
|
void |
setApplicationIdentifier(java.lang.String value)
|
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 |
Field Detail |
---|
public static final int ApplicationAuthenticationCodeSize
Specifies the application authentication code size.
public static final int ApplicationIdentifierSize
Specifies the application identifier size.
public static final int BlockHeaderSize
Specifies the block header size.
public static final byte BlockSize
Extension name + version block size
public static final byte ExtensionLabel
Extension label.
Constructor Detail |
---|
public GifApplicationExtensionBlock()
Initializes a new instance of the GifApplicationExtensionBlock
class.
public GifApplicationExtensionBlock(java.lang.String applicationIdentifier, byte[] applicationAuthenticationCode, byte[] applicationData)
Initializes a new instance of the GifApplicationExtensionBlock
class.
applicationIdentifier
- The application identifier.applicationAuthenticationCode
- The application authentication code.applicationData
- The application data.Method Detail |
---|
public byte[] getApplicationAuthenticationCode()
Gets or sets the application authentication code.
Value: The application authentication code.
public byte[] getApplicationData()
Gets or sets the application data.
Value: The application data.
public void save(java.io.InputStream stream)
GifBlock
Saves the block to the specified InputStream.
save
in interface IGifBlock
save
in class GifBlock
public void setApplicationAuthenticationCode(byte[] value)
public void setApplicationData(byte[] value)
public void setApplicationIdentifier(java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |