| [Overview][Types][Classes][Procedures and functions][Index] |
Stores the content in the stream to the specified file.
Source position: lazutf8classes.pas line 39
public procedure TMemoryStreamUTF8.SaveToFile( |
const FileName: string |
); |
FileName |
|
File name where content in the stream is stored. |
SaveToFile is a procedure used to store the content in the memory stream to the specified file name. SaveToFile uses a TFileStreamUTF8 instance to create the file in FileName, and calls SaveToStream to write the content in the memory stream.