net.http
Class Hexa

java.lang.Object
  extended bynet.http.Hexa

public class Hexa
extends java.lang.Object

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

Hexa

public Hexa()
Method Detail

to_int

public static int to_int(java.lang.String hexa)
retourne la valeur decimale du nombre hexadecimal hexa