Prueba esto:
Código Java:
Ver originalpublic class ConvHex {
public static void main
(String[] args
) { int valorInt
= Integer.
parseInt(valorHex,
16); System.
out.
println("valorInt = " + valorInt
); }
}
Si estas utilizando
BufferedReader podrias utilizar la funcion
read(char[] cbuf, int off, int len) para leer 2 caracteres de la entrada y guardarlos en un
String. La funcion
read seguramente esta disponible en otras clases