javacommons/fileutils/src/nativefileiohandler.h
changeset 78 71ad690e91f5
parent 21 2a9601315dfc
--- a/javacommons/fileutils/src/nativefileiohandler.h	Fri Sep 17 16:44:34 2010 +0300
+++ b/javacommons/fileutils/src/nativefileiohandler.h	Mon Oct 04 11:29:25 2010 +0300
@@ -95,6 +95,11 @@
      */
     virtual long available();
 
+    /**
+     * Flush the contents to the permanent storage.
+     */
+    virtual void flush();
+
 protected:
     virtual void handleReopenCase();