Exemplo n.º 1
0
 public void closeRead() {
   if (datafile != null) {
     datafile.closeRead();
   }
 }