|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.device.api.i18n.ResourceBundle
net.rim.device.api.i18n.CompiledResourceBundle
public class CompiledResourceBundle
Used internally by the resource compiler.
Constructor Summary | ||
---|---|---|
protected |
CompiledResourceBundle(Locale locale,
long bundleId,
int[] ids,
short[] offsets,
byte[] data)
Constructs new CompilerdResourceBundle instance. |
Method Summary | ||
---|---|---|
protected Object |
handleGetObject(int key)
Retrieves resource object by key. |
Methods inherited from class net.rim.device.api.i18n.ResourceBundle |
---|
getBundle, getBundle, getBundle, getFamily, getLocale, getObject, getObject, getString, getStringArray |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CompiledResourceBundle(Locale locale, long bundleId, int[] ids, short[] offsets, byte[] data)
Invoked only from classes output by the resource compiler.
locale
- Locale for this bunndle.bundledId
- Identifier number for this bundle.ids
- List of resource IDs for the resources in this bundle.offsets
- List of offsets marking start of each resource in this
bundle.data
- Byte array containing the resource data for this bundle.Method Detail |
---|
protected Object handleGetObject(int key)
handleGetObject
in class ResourceBundle
key
- Key for resource object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal