javacommons/fileutils/src/nativefileiohandler.h
changeset 78 71ad690e91f5
parent 21 2a9601315dfc
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
    93     /**
    93     /**
    94      * Returns the amount of data available in the file from current read offset.
    94      * Returns the amount of data available in the file from current read offset.
    95      */
    95      */
    96     virtual long available();
    96     virtual long available();
    97 
    97 
       
    98     /**
       
    99      * Flush the contents to the permanent storage.
       
   100      */
       
   101     virtual void flush();
       
   102 
    98 protected:
   103 protected:
    99     virtual void handleReopenCase();
   104     virtual void handleReopenCase();
   100 
   105 
   101 private:
   106 private:
   102     void closeStream();
   107     void closeStream();