Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve I/O Java examples
[simgrid.git] / examples / java / io / storage / Client.java
index 509c32392bb49ca3c58d5eb628c45acdacd8a8d3..e3e6fcd601ced4480a4e7ea598a2d6aa29e1d597 100644 (file)
@@ -5,16 +5,12 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /********************* Files and Storage handling ****************************
- * This example implements all main storage and file functions of the MSG API
+ * This example implements some storage related functions of the MSG API
  *
  * Scenario :
  * - display information on the disks mounted by the current host
- * - create a 200,000 bytes file
- * - completely read the created file
- * - write 100,000 bytes in the file
- * - rename the created file
- * - attach some user data to a disk
- * - dump disk's contents
+ * - attach some properties to a disk
+ * - list all the storage elements in the platform
  *
 ******************************************************************************/