184
edits
| Line 236: | Line 236: | ||
Error: function(){} | Error: function(){} | ||
= Instances of RawFile = | = Instances of <tt>RawFile</tt> = | ||
A <tt>RawFile</tt> is a low-level object wrapping a native file descriptor (under variants of Unix) or a file handle (under Windows). | A <tt>RawFile</tt> is a low-level object wrapping a native file descriptor (under variants of Unix) or a file handle (under Windows). | ||
| Line 351: | Line 351: | ||
//Windows: [FlushFileBuffers] http://msdn.microsoft.com/en-us/library/windows/desktop/aa364439(v=VS.85).aspx | //Windows: [FlushFileBuffers] http://msdn.microsoft.com/en-us/library/windows/desktop/aa364439(v=VS.85).aspx | ||
}, | }, | ||
= Instances of RawDir = | = Instances of RawDir = | ||
edits