|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.http.Hexa
Permet de convertir en base 10 la representation en chaine de caractere d'un nombre hexadecimal.
Constructor Summary | |
Hexa()
|
Method Summary | |
static int |
to_int(java.lang.String hexa)
retourne la valeur decimale du nombre hexadecimal hexa |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Hexa()
Method Detail |
public static int to_int(java.lang.String hexa)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |