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

DeviceConduit::VersionPosix Class Reference

List of all members.

Public Member Functions

int read (void[] dst)
int write (void[] src)

Protected Member Functions

void error ()
void reopen (FileDevice device)
void _close ()

Protected Attributes

int handle = -1

Detailed Description

Unix-specific code.

Definition at line 270 of file DeviceConduit.d.


Member Function Documentation

void error  )  [inline, protected]
 

Throw an IOException noting the last error

Definition at line 280 of file DeviceConduit.d.

References DeviceConduit::getName().

void reopen FileDevice  device  )  [inline, protected]
 

Gain access to the standard IO handles (console etc).

Definition at line 292 of file DeviceConduit.d.

References FileDevice::id.

void _close  )  [inline, protected]
 

Close the underlying file

Definition at line 303 of file DeviceConduit.d.

int read void[]  dst  )  [inline]
 

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

Definition at line 316 of file DeviceConduit.d.

References read, and Conduit::read().

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 334 of file DeviceConduit.d.

References Conduit::write().


Member Data Documentation

int handle = -1 [protected]
 

Definition at line 272 of file DeviceConduit.d.


The documentation for this class was generated from the following file:
Generated on Fri Nov 11 18:44:33 2005 for Mango by  doxygen 1.4.0