Public Member Functions | |
void | truncate () |
ulong | seek (ulong offset, SeekAnchor anchor=SeekAnchor.Begin) |
Protected Member Functions | |
void | open (FileStyle.Bits style) |
uint | writer (void[] src) |
Private Attributes | |
bool | appending |
Definition at line 364 of file FileConduit.d.
|
Open a file with the provided style. Definition at line 374 of file FileConduit.d. References Attr, FileConduit::path, 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 446 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 465 of file FileConduit.d. |
|
Set the file seek position to the specified offset from the given anchor. Definition at line 479 of file FileConduit.d. |
|
Definition at line 366 of file FileConduit.d. |