Exemple #1
0
 public int read() throws IOException {
   A();
   int i = B.nextInt() % 256;
   if (i < 0) i = -i;
   return i;
 }