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

int write (void[] src)
void truncate ()
long seek (long offset, SeekAnchor anchor)

Protected Member Functions

void open (FileStyle style)

Private Attributes

bool appending

Detailed Description

Windows-specific code

Definition at line 304 of file FileConduit.d.


Member Function Documentation

void open FileStyle  style  )  [inline, protected]
 

Open a file with the provided style.

Definition at line 314 of file FileConduit.d.

References ConduitStyle::access(), FileStyle::Append, Attr, FileStyle::cache(), FileStyle::open(), FileConduit::path, FileStyle::share(), FilePath::toUtf16(), FilePath::toUtf8(), and version.

int write void[]  src  )  [inline]
 

Write a chunk of bytes to the file from the provided array (typically that belonging to an IBuffer)

Definition at line 386 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 405 of file FileConduit.d.

long seek long  offset,
SeekAnchor  anchor
[inline]
 

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

Definition at line 419 of file FileConduit.d.


Member Data Documentation

bool appending [private]
 

Definition at line 306 of file FileConduit.d.


The documentation for this class was generated from the following file:
Generated on Mon Nov 14 10:59:52 2005 for Mango by  doxygen 1.4.0