Exemplo n.º 1
0
 public void backOnePosition(int ch) throws IOException {
   if (ch != -1) file.pushBack((byte) ch);
 }