|
您现在的位置:立华软件园->源码中心->Delphi代码->文件操作 |
|
|
映射文件的三个元件
|
| 发表日期:2003-10-10 | 文件大小:16311 下载次数:3560 |
|
源代码说明:
This unit contains:
TMapStream - a descendant of TStream encapsulating a memory-mapped file, with automatic mutexes for read/write access;
TTextMap - a descendant of TMapStream adding text input and output routines and optional encryption;
TRecordMap - a descendant of TMapStream adding i/o routines for record files and customizable file headers. This is an abstract class; descendants need to set the record size property in their constructors and override the ReadRec and WriteRec abstract methods.
立即下载
|
|
|
【我来说两句】
【发送给朋友】
【加入收藏】
【返加顶部】
【打印本页】
【关闭窗口】
|
|
在 中搜索 映射文件的三个元件
|
|
|