Public Member Functions | |
this (FileConduit host) | |
~this () | |
void | close () |
void | flush () |
Private Attributes | |
FileConduit | host |
void * | base |
HANDLE | mmFile |
|
Ensure this is closed when GC'd Definition at line 617 of file FileConduit.d. References close(). |
|
Construct a MappedBuffer upon the given FileConduit. One should set the file size using seek() & truncate() to setup the available working space. Definition at line 583 of file FileConduit.d. References ConduitStyle::access(), FileConduit::length(), and ConduitStyle::Read. |
|
Close this mapped buffer Definition at line 628 of file FileConduit.d. |
|
Flush dirty content out to the drive. This fails with error 33 if the file content is virgin. Opening a file for ReadWriteExists followed by a flush() will cause this. Definition at line 649 of file FileConduit.d. |
|
Definition at line 571 of file FileConduit.d. |
|
Definition at line 572 of file FileConduit.d. |
|
Definition at line 573 of file FileConduit.d. |