| [Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a memory stream which supports file names with UTF-8 encoding
Source position: lazutf8classes.pas line 43
type TMemoryStreamUTF8 = class(TMemoryStream) |
||
public |
||
procedure LoadFromFile(); |
|
Loads the content in the stream from the specified file |
procedure SaveToFile(); |
|
Stores the content in the stream to the specified file |
end; |
|
Implements a memory stream which supports file names with UTF-8 encoding |
|
| | | ||
| | | ||
| | | ||
| | | ||
TMemoryStreamUTF8 is a TMemoryStream descendant that stores its data in memory. TMemoryStreamUTF8 extends the ancestor to include methods used to load and save its memory content using files names that may contain UTF-8-encoded characters.
| lazarus-ccr.sourceforge.net |