JSFileApi: Difference between revisions

204 bytes removed ,  30 September 2011
(→‎Reading: -readString, preadString)
Line 307: Line 307:
  //Windows: [WriteFile] http://msdn.microsoft.com/en-us/library/windows/desktop/aa365747%28v=VS.85%29.aspx
  //Windows: [WriteFile] http://msdn.microsoft.com/en-us/library/windows/desktop/aa365747%28v=VS.85%29.aspx
     },
     },
 
    /**
      * As [write], but with a [string]
      */
    writeString: function(buf, offset, size) {
//as [write]
    },
     /**
     /**
       * As [write] but do not advance
       * As [write] but do not advance
Line 322: Line 315:
  //Windows: [WriteFile] + [SetFilePointer]
  //Windows: [WriteFile] + [SetFilePointer]
     },
     },
    pwriteString: function(buf, offset, size) {
 
//as [pwrite]
    },
== Attributes ==
== Attributes ==
   
   
184

edits