javacommons/fileutils/src/nativefileiohandler.h
branchRCL_3
changeset 83 26b2b12093af
parent 19 04becd199f91
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    92 
    92 
    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     
       
    98     /**
       
    99      * Flush the contents to the permanent storage.
       
   100      */
       
   101     virtual void flush();
    97 
   102 
    98 protected:
   103 protected:
    99     virtual void handleReopenCase();
   104     virtual void handleReopenCase();
   100 
   105 
   101 private:
   106 private: