#include <base/io/async/AsynchronousIOStream.h>
Inherits AsynchronousStream.
Inherited by File.
◆ getHandle()
|
protectedpure virtualnoexcept |
Returns the operating system handle to the stream.
Implemented in File.
◆ read()
Requests and asynchronous read operation.
- Parameters
-
buffer | The bytes to be read. |
bytesToRead | The number of bytes to be read. |
offset | The offset. |
listener | The event listener. |
Implemented in File.
◆ write()
Requests and asynchronous write operation.
- Parameters
-
buffer | The bytes to be written. |
bytesToWrite | The number of bytes to be written. |
offset | The offset. |
listener | The event listener. |
Implemented in File.