- get(long) - Method in class org.tantalum.jme.RMSFastCache
-
Get the value associated with this key digest from phone flash memory
- getCacheRecordStoreNames() - Method in class org.tantalum.jme.RMSUtils
-
Return of a list of record stores whose name indicates that they are
caches
- getCurrentDataNetwork() - Static method in class org.tantalum.jme.JMENetUtils
-
Return an integer constant indicating the type of data network the phone
is attached to.
- getDigests() - Method in class org.tantalum.jme.RMSFastCache
-
Get a list of all digests in this cache
- getFlashCache(char, int, FlashCache.StartupTask) - Method in class org.tantalum.jme.JMEPlatformAdapter
-
- getFontUtils(Font, String) - Static method in class org.tantalum.jme.JMEFontUtils
-
Get an instance for the specified Font and, for those routines that need
it, elipsis (line ending addition such as '...' to indicate that the line
was truncated)
- getFreespace() - Method in class org.tantalum.jme.RMSFastCache
-
- getHttpConn(String, Vector, Vector, byte[], String) - Method in class org.tantalum.jme.JMEPlatformAdapter
-
Create an HTTP PUT connection appropriate for this phone platform
- getImageCacheView() - Method in class org.tantalum.jme.JMEPlatformAdapter
-
- getInputStream() - Method in class org.tantalum.jme.JMEPlatformAdapter.JMEHttpConn
-
Get the InputStream from the platform-specific HTTP connection
- getInstance() - Static method in class org.tantalum.jme.RMSUtils
-
Access the singleton
- getKey(long) - Method in class org.tantalum.jme.RMSFastCache
-
Read the associated RMS entry from the index to find the original string
from which this digest was constructed.
- getLength() - Method in class org.tantalum.jme.JMEPlatformAdapter.JMEHttpConn
-
- getLog() - Method in class org.tantalum.jme.JMEPlatformAdapter
-
- getMaxLengthSupportedAsBlockOperation() - Method in class org.tantalum.jme.JMEPlatformAdapter.JMEHttpConn
-
500kB or you should do a streaming operation instead
- getNoncacheRecordStoreNames() - Method in class org.tantalum.jme.RMSUtils
-
Return of a list of record stores which are not part of a cache
- getOutputStream() - Method in class org.tantalum.jme.JMEPlatformAdapter.JMEHttpConn
-
Get the OutputStream from the platform-specific HTTP connection
- getResponseCode() - Method in class org.tantalum.jme.JMEPlatformAdapter.JMEHttpConn
-
Get the response code provided by the HTTP server after the
connection is made
- getResponseHeaders(Hashtable) - Method in class org.tantalum.jme.JMEPlatformAdapter.JMEHttpConn
-
- JMEFontUtils - Class in org.tantalum.jme
-
Some convenience utilities for working with J2ME Fonts and strings to lay out
a user interface on a Canvas or CustomItem.
- JMEImageTypeHandler - Class in org.tantalum.jme
-
This is a helper class for creating an image class.
- JMEImageTypeHandler() - Constructor for class org.tantalum.jme.JMEImageTypeHandler
-
- JMEImageUtils - Class in org.tantalum.jme
-
Only one image processing routine will be active at a time.
- JMEImageUtils() - Constructor for class org.tantalum.jme.JMEImageUtils
-
- JMELog - Class in org.tantalum.jme
-
Debug-time logging implementation for JME
To enable logging from a phone connected to a computer by a USB cable, open a
terminal emulator on the window, set the COM port parameters in Windows
Devices, and call L.startUSBDebugging() at program start.
- JMELog(int) - Constructor for class org.tantalum.jme.JMELog
-
Create a new platform-specific logger implementation
Do not access this directly.
- JMENetUtils - Class in org.tantalum.jme
-
Useful networking utilities, for Nokia phones only.
- JMENetUtils() - Constructor for class org.tantalum.jme.JMENetUtils
-
- JMEPlatformAdapter - Class in org.tantalum.jme
-
Utilities for support of each specific platform (JME, Android, ..)
The platform-specific local copy of this class replaces this base version for
other platforms.
- JMEPlatformAdapter() - Constructor for class org.tantalum.jme.JMEPlatformAdapter
-
Create a new instance of the JME platform port helper class.
- JMEPlatformAdapter.JMEHttpConn - Class in org.tantalum.jme
-
A convenience class abstracting HTTP connection operations between
different platforms
- JMEPlatformAdapter.JMEHttpConn(String, Vector, Vector) - Constructor for class org.tantalum.jme.JMEPlatformAdapter.JMEHttpConn
-
Create a platform-specific HTTP network connection, and set the HTTP
header with the corresponding key-value pairs
- PACKET_DATA_3G - Static variable in class org.tantalum.jme.JMENetUtils
-
Packet data in a 3G network.
- PACKET_DATA_CSD - Static variable in class org.tantalum.jme.JMENetUtils
-
Packet data in a circuit-switched data connection (like an old-school
model telephone call over the mobile network).
- PACKET_DATA_EDGE - Static variable in class org.tantalum.jme.JMENetUtils
-
Packet data in an EDGE network (2.5G, same frequencies as GSM but with
better software in the cell network allowing somewhat faster data rates)
- PACKET_DATA_GSM - Static variable in class org.tantalum.jme.JMENetUtils
-
Packet data in a GSM network (2G)
- PACKET_DATA_HSDPA - Static variable in class org.tantalum.jme.JMENetUtils
-
Packet data in a 3G HSDPA network or faster (Usually 3.5G, same
frequencies as 3G but with better software in the cell network allowing
for faster downstream data)
- PACKET_DATA_PAN - Static variable in class org.tantalum.jme.JMENetUtils
-
Packet data over a Bluetooth Personal Area Network (PAN).
- PACKET_DATA_UNKNOWN - Static variable in class org.tantalum.jme.JMENetUtils
-
Either the network is not available, or the phone can not determine the
network availability, or (may vary by device) the phone can not determine
the network availability yet because you have have yet used the network.
- PACKET_DATA_WLAN - Static variable in class org.tantalum.jme.JMENetUtils
-
Packet data over a WIFI or WIMAX network.
- printMessage(StringBuffer, Throwable) - Method in class org.tantalum.jme.JMELog
-
Add to the log a messsage stored in a StringBuffer with optional error or
exception (use null if information only)
- put(String, byte[]) - Method in class org.tantalum.jme.RMSFastCache
-
Put new or replacement data associated with a key into the cache