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 |
Definition at line 244 of file DeviceConduit.d.
|
Throw an IOException noting the last error Definition at line 254 of file DeviceConduit.d. References DeviceConduit::getName(). |
|
Gain access to the standard IO handles (console etc). Definition at line 266 of file DeviceConduit.d. References FileDevice::id. |
|
Close the underlying file Definition at line 277 of file DeviceConduit.d. |
|
Read a chunk of bytes from the file into the provided array (typically that belonging to an IBuffer) Definition at line 290 of file DeviceConduit.d. References read, and Conduit::read(). |
|
Write a chunk of bytes to the file from the provided array (typically that belonging to an IBuffer) Definition at line 308 of file DeviceConduit.d. References Conduit::write(). |
|
Definition at line 246 of file DeviceConduit.d. |