public final class IccUntaggedResource extends ResourceBlock
Icc untagged resource
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
Constructor and Description |
---|
IccUntaggedResource()
Initializes a new instance of the
IccUntaggedResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
byte |
getProfile()
Gets or sets the profile.
|
void |
setProfile(byte value)
Gets or sets the profile.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public IccUntaggedResource()
Initializes a new instance of the IccUntaggedResource
class.
public int getDataSize()
Gets the resource data size in bytes.
Value: The resource data size.getDataSize
in class ResourceBlock
public int getMinimalVersion()
Gets the minimal required PSD version.
Value: The minimal PSD version.getMinimalVersion
in class ResourceBlock
public byte getProfile()
Gets or sets the profile.
Value: The profile.public void setProfile(byte value)
Gets or sets the profile.
Value: The profile.