This method writes data from the indicated MEMPTR to the file output stream. It returns the total number of bytes written.
Return type: INT64
Access: PUBLIC
Applies to: Progress.IO.FileOutputStream class
Write( INPUT source-data AS MEMPTR, INPUT offset AS INT64, INPUT length AS INT64 ) Write( INPUT source-data AS MEMPTR ) |