public static class ResourceParser.ResourceEntry extends Object
| Modifier and Type | Method and Description |
|---|---|
byte |
getAttributes()
Get the attributes for this resource.
|
int |
getDataOffset()
Get the offset to the resource data for this resource.
|
int |
getID()
Get the id of this resource.
|
String |
getName()
Get the name of this resource.
|
byte[] |
getNameBytes()
Get the bytes of the resource name.
|
int |
getNameOffset()
Get the offset to the name data for this resource.
|
int |
getScriptCode()
Get the script code used to turn the name bytes for this resource into a name string.
|
byte[] |
getType()
Get the type of this resource.
|
String |
toString()
Put this
ResourceEntry into a string format for debugging or logging purposes. |
public int getDataOffset()
public int getNameOffset()
public String toString()
ResourceEntry into a string format for debugging or logging purposes.public byte[] getType()
public byte getAttributes()
public byte[] getNameBytes()
public String getName()
public int getScriptCode()
public int getID()
Copyright © 2010 - 2020 Adobe. All Rights Reserved