#include <support/KernelStreams.h>
Inheritance diagram for BKernelOStr:
Public Member Functions | |
BKernelOStr (int32_t descriptor) | |
virtual status_t | Sync () |
Make sure all data in the stream is written to its physical device. | |
virtual ssize_t | WriteV (const struct iovec *vector, ssize_t count, uint32_t flags=0) |
virtual | ~BKernelOStr () |
|
|
|
|
|
Make sure all data in the stream is written to its physical device. Returns B_OK if the data is safely stored away, else an error code. Implements IByteOutput. |
|
|