Public Member Functions | |
int | read (void[] dst) |
int | write (void[] src) |
Protected Member Functions | |
void | error () |
void | reopen (FileDevice device) |
void | _close () |
Protected Attributes | |
HANDLE | handle |
Definition at line 161 of file DeviceConduit.d.
|
Throw an IOException noting the last error Definition at line 171 of file DeviceConduit.d. References DeviceConduit::getName(). |
|
Gain access to the standard IO handles (console etc). Definition at line 182 of file DeviceConduit.d. References FileDevice::id. |
|
Close the underlying file Definition at line 193 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 206 of file DeviceConduit.d. References read. |
|
Write a chunk of bytes to the file from the provided array (typically that belonging to an IBuffer) Definition at line 226 of file DeviceConduit.d. |
|
Definition at line 163 of file DeviceConduit.d. |