Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2005 Apr : TMemoryStream questions
| Subject: | TMemoryStream questions |
| Posted by: | "Blue" (noma..@nomail.com) |
| Date: | 28 Apr 2005 10:11:29 |
Hi,
Some questions about TMemoryStream :
- What happens if I open a huge file into a TMemoryStream ? Is all the file placed into the memory or there is a magic optimization in the VCL to load just the part of the file where I work ?
- Can I open a file >= 2 Gb (indeed, up to the space address of my program) into a TMemoryStream ?
Thanks and sorry, my English sucks, I know :)
Blue