Writes binary data to the file.
[C#/Java]
not applicable;
[VB.NET]
not applicable;
[Pascal]
not applicable;
[C++]
not implemented;
Parameters
- Buffer - the data that should be written to file
- FilePos - position from which the data should be written
Return value
The number of the bytes that were written.
Description
Use this method to write the data to the opened file.