Public Member Functions | |
void | error () |
package HANDLE | getHandle () |
Protected Member Functions | |
void | reopen (FileDevice device) |
void | _close () |
override uint | reader (void[] dst) |
override uint | writer (void[] src) |
Protected Attributes | |
HANDLE | handle |
Definition at line 145 of file DeviceConduit.d.
|
Throw an IOException noting the last error Definition at line 155 of file DeviceConduit.d. References DeviceConduit::getName(). |
|
Return the device handle Definition at line 166 of file DeviceConduit.d. |
|
Gain access to the standard IO handles (console etc). Definition at line 177 of file DeviceConduit.d. References FileDevice::id(). |
|
Close the underlying file Definition at line 188 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 203 of file DeviceConduit.d. |
|
Write a chunk of bytes to the file from the provided array (typically that belonging to an IBuffer) Definition at line 223 of file DeviceConduit.d. |
|
Definition at line 147 of file DeviceConduit.d. |