Methods Summary |
---|
public byte[] | getRawResourceData(int resourceID)Get raw binary data for resource id.
|
public int | getResourceLength(int resourceID)Gives length of the resource in bytes.
|
public java.lang.String | getResourceName()Method returns name of resource file
used by this reader.
|
public byte | getResourceType(int resourceID)Get type of resource.
|
public boolean | isValidResourceID(int resourceID)Checks if given resource id exits in the bundle.
|