BWindowsOutputStream Class Reference

#include <support_p/WindowsStreams.h>

Inheritance diagram for BWindowsOutputStream:

BnByteOutput BnInterface< IByteOutput > IByteOutput BBinder IInterface IBinder SAtom SAtom List of all members.

Public Member Functions

 BWindowsOutputStream ()
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 ~BWindowsOutputStream ()

Constructor & Destructor Documentation

BWindowsOutputStream  ) 
 

~BWindowsOutputStream  )  [virtual]
 


Member Function Documentation

status_t Sync  )  [virtual]
 

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.

ssize_t WriteV const struct iovec *  vector,
ssize_t  count,
uint32_t  flags = 0
[virtual]
 


The documentation for this class was generated from the following files: