コード例 #1
0
 /**
  * Closes the FileSystem, freeing any underlying files, streams and buffers. After this, you will
  * be unable to read or write from the FileSystem.
  */
 public void close() throws IOException {
   _data.close();
 }