Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

FileConduit::VersionWin32 Class Reference

List of all members.

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

Detailed Description

Windows-specific code

Definition at line 364 of file FileConduit.d.


Member Function Documentation

void open FileStyle.Bits  style  )  [inline, protected]
 

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.

uint writer void[]  src  )  [inline, protected]
 

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.

void truncate  )  [inline]
 

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.

ulong seek ulong  offset,
SeekAnchor  anchor = SeekAnchor.Begin
[inline]
 

Set the file seek position to the specified offset from the given anchor.

Definition at line 479 of file FileConduit.d.


Member Data Documentation

bool appending [private]
 

Definition at line 366 of file FileConduit.d.


The documentation for this class was generated from the following file:
Generated on Sat Dec 24 17:28:38 2005 for Mango by  doxygen 1.4.0