Contents

addBuffer

Add a buffer to an IOStream.

Declaration

virtual IOReturn addBuffer(
 IOStreamBuffer *buffer);

Parameters

  • buffer:

Overview

Adds an IOStreamBuffer to an IOStream. It will be added to the end of the buffer array, so the buffer ID of existing buffers will not change.

See Also

Managing buffers in an IOStream