public class AppInfoData21 extends AppInfoData
| Constructor and Description |
|---|
AppInfoData21() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
The comment
|
byte[] |
getCommentData()
The comment data (checksum, ODA writes zeroes)
|
String |
getProduct()
The product
|
byte[] |
getProductData()
The product data (checksum, ODA writes zeroes) 16 bytes
|
long |
getUnknown1()
The unknown1 (ODA writes 2)
|
long |
getUnknown2()
The unknown2 (ODA writes 3)
|
String |
getVersion()
The version
|
byte[] |
getVersionData()
The Version data (checksum, ODA writes zeroes) 16 bytes
|
void |
setComment(String value)
The comment
|
void |
setCommentData(byte[] value)
The comment data (checksum, ODA writes zeroes)
|
void |
setProduct(String value)
The product
|
void |
setProductData(byte[] value)
The product data (checksum, ODA writes zeroes) 16 bytes
|
void |
setUnknown1(long value)
The unknown1 (ODA writes 2)
|
void |
setUnknown2(long value)
The unknown2 (ODA writes 3)
|
void |
setVersion(String value)
The version
|
void |
setVersionData(byte[] value)
The Version data (checksum, ODA writes zeroes) 16 bytes
|
getAppInfoName, getAppInfoVersion, setAppInfoName, setAppInfoVersionpublic final long getUnknown1()
The unknown1 (ODA writes 2)
public final void setUnknown1(long value)
The unknown1 (ODA writes 2)
public final long getUnknown2()
The unknown2 (ODA writes 3)
public final void setUnknown2(long value)
The unknown2 (ODA writes 3)
public final byte[] getVersionData()
The Version data (checksum, ODA writes zeroes) 16 bytes
public final void setVersionData(byte[] value)
The Version data (checksum, ODA writes zeroes) 16 bytes
public final String getVersion()
The version
public final void setVersion(String value)
The version
public final byte[] getCommentData()
The comment data (checksum, ODA writes zeroes)
public final void setCommentData(byte[] value)
The comment data (checksum, ODA writes zeroes)
public final String getComment()
The comment
public final void setComment(String value)
The comment
public final byte[] getProductData()
The product data (checksum, ODA writes zeroes) 16 bytes
public final void setProductData(byte[] value)
The product data (checksum, ODA writes zeroes) 16 bytes
public final String getProduct()
The product
public final void setProduct(String value)
The product
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.