First page Back Continue Last page Overview Graphics
Reading a file of integers (The hard way)
/*
a small hack function required to deal with the sign bit of the integer, which is used in the 2's complement notation.
*/
public static int unsignedByteToInt(byte b) {
}