Esempio n. 1
0
 /** Writes the memory buffer of this dataset to file. */
 public final void write() throws Exception {
   if (data != null) {
     write(data);
   }
 }