Ejemplo n.º 1
0
 /**
  * Close the stream.
  *
  * @exception IOException If an I/O error occurs
  */
 public void close() throws IOException {
   if (in != null) {
     in.close();
     in = null;
   }
 }