Public Member Functions | |
int | write (void[] src) |
void | truncate () |
long | seek (long offset, SeekAnchor anchor) |
Protected Member Functions | |
void | open (FileStyle style) |
Private Attributes | |
bool | appending |
Definition at line 338 of file FileConduit.d.
|
Open a file with the provided style. Definition at line 348 of file FileConduit.d. References ConduitStyle::access(), FileStyle::Append, Attr, FileStyle::cache(), FileStyle::open(), FileConduit::path, FileStyle::share(), FilePath::toUtf16(), FilePath::toUtf8(), and version. |
|
Write a chunk of bytes to the file from the provided array (typically that belonging to an IBuffer) Definition at line 420 of file FileConduit.d. |
|
Set the file size to be that of the current seek position. The file must be writable for this to succeed. Definition at line 439 of file FileConduit.d. |
|
Set the file seek position to the specified offset from the given anchor. Definition at line 453 of file FileConduit.d. |
|
Definition at line 340 of file FileConduit.d. |