|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JavaLibImplementation
Method Summary | |
---|---|
double |
acos(double x)
|
void |
addThread(BT747Thread t,
boolean b)
|
double |
atan(double x)
|
double |
atan2(double x,
double y)
|
void |
debug(java.lang.String s)
|
void |
debug(java.lang.String s,
java.lang.Throwable e)
|
java.lang.String |
getAppSettings()
|
BT747Date |
getDateInstance()
|
BT747Date |
getDateInstance(int d,
int m,
int y)
|
BT747Date |
getDateInstance(java.lang.String strDate,
byte dateFormat)
|
BT747File |
getFileInstance(BT747Path path)
|
BT747File |
getFileInstance(BT747Path path,
int mode)
|
BT747HashSet |
getHashSetInstance()
|
BT747Hashtable |
getHashtableInstance(int initialCapacity)
|
BT747HttpSender |
getHttpSenderInstance()
Obtain an implementation of the BT747HttpSender interface. |
BT747RAFile |
getRAFileInstance(BT747Path path)
|
BT747RAFile |
getRAFileInstance(BT747Path path,
int mode)
|
BT747Semaphore |
getSemaphoreInstance(int value)
|
BT747StringTokenizer |
getStringTokenizer(java.lang.String a,
char b)
|
BT747Time |
getTimeInstance()
|
int |
getTimeStamp()
|
BT747Vector |
getVectorInstance()
|
boolean |
isAvailable()
|
double |
longBitsToDouble(long l)
System method to bitwise convert a long to a double. |
double |
pow(double x,
double y)
|
void |
removeThread(BT747Thread t)
|
void |
setAppSettings(java.lang.String appSettings)
|
double |
toDouble(java.lang.String s)
System method to convert a string to a double. |
float |
toFloat(java.lang.String s)
System method to convert a string to a float. |
float |
toFloatBitwise(int l)
System method to bitwise convert a long to a float. |
int |
toInt(java.lang.String s)
System method to convert a string to an integer. |
int |
toIntBitwise(float f)
System method to bitwise convert a float to an int. |
java.lang.String |
toString(boolean p)
System method to convert a boolean to a string. |
java.lang.String |
toString(double p)
System method to convert a double to a string. |
java.lang.String |
toString(double p,
int i)
System method to convert a double to a string. |
java.lang.String |
toString(float p)
System method to convert a float to a string. |
java.lang.String |
unsigned2hex(int p,
int i)
System method to convert an integer to a hexadecimal string. |
Method Detail |
---|
BT747Date getDateInstance()
BT747Date getDateInstance(int d, int m, int y)
BT747Date getDateInstance(java.lang.String strDate, byte dateFormat)
BT747Hashtable getHashtableInstance(int initialCapacity)
BT747Vector getVectorInstance()
BT747Time getTimeInstance()
BT747File getFileInstance(BT747Path path)
BT747File getFileInstance(BT747Path path, int mode)
BT747RAFile getRAFileInstance(BT747Path path)
BT747RAFile getRAFileInstance(BT747Path path, int mode)
boolean isAvailable()
void debug(java.lang.String s, java.lang.Throwable e)
double pow(double x, double y)
double acos(double x)
double atan2(double x, double y)
double atan(double x)
void addThread(BT747Thread t, boolean b)
void removeThread(BT747Thread t)
java.lang.String toString(boolean p)
p
- boolean to convert.
java.lang.String toString(float p)
p
- float to convert.
java.lang.String toString(double p)
p
- double to convert.
java.lang.String toString(double p, int i)
p
- double to convert.i
- Number of digits after the decimal point.
java.lang.String unsigned2hex(int p, int i)
p
- The integer to convert. Interpreted as an unsigned.i
- The number of characters in the hexadecimal string. For
instance, if this value is 8, a value of 0x123 would be
converted to "00000123"
int toInt(java.lang.String s)
s
- The string to convert.
float toFloat(java.lang.String s)
s
- The string to convert.
double toDouble(java.lang.String s)
s
- The string to convert.
double longBitsToDouble(long l)
l
- The value to bitwise convert.
float toFloatBitwise(int l)
l
- The value to bitwise convert.
int toIntBitwise(float f)
f
- The value to bitwise convert.
void debug(java.lang.String s)
int getTimeStamp()
java.lang.String getAppSettings()
void setAppSettings(java.lang.String appSettings)
BT747Semaphore getSemaphoreInstance(int value)
BT747StringTokenizer getStringTokenizer(java.lang.String a, char b)
BT747HashSet getHashSetInstance()
BT747HttpSender getHttpSenderInstance() throws BT747Exception
BT747Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |