JSFileApi: Difference between revisions

149 bytes removed ,  11 October 2011
Line 258: Line 258:
  //Windows: [ReadFile]  http://msdn.microsoft.com/en-us/library/windows/desktop/aa365467%28v=VS.85%29.aspx
  //Windows: [ReadFile]  http://msdn.microsoft.com/en-us/library/windows/desktop/aa365467%28v=VS.85%29.aspx
     },
     },
 
    /**
      * As [read], but allocate the buffer
      *
      * @return {ArrayBuffer} The buffer
      */
    readBuf: function(size) {
    },
 
     /**
     /**
       * As [read], but read from a given position and do not advance.
       * As [read], but read from a given position and do not advance.
184

edits