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

FileConduit::VersionPosix Class Reference

List of all members.

Public Member Functions

void truncate ()
long seek (long offset, SeekAnchor anchor)

Protected Member Functions

void open (FileStyle style)

Detailed Description

Unix-specific code. Note that some methods are 32bit only

Definition at line 440 of file FileConduit.d.


Member Function Documentation

void open FileStyle  style  )  [inline, protected]
 

Open a file with the provided style.

Definition at line 448 of file FileConduit.d.

References ConduitStyle::access(), FileStyle::open(), FileConduit::path, FileStyle::share(), and FilePath::toUtf8().

void truncate  )  [inline]
 

32bit only ...

Set the file size to be that of the current seek position. The file must be writable for this to succeed.

Definition at line 498 of file FileConduit.d.

References ftruncate(), and FileConduit::getPosition().

long seek long  offset,
SeekAnchor  anchor
[inline]
 

32bit only ...

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

Definition at line 514 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