Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kStream_VWriteImpl ( kStream  stream,
const void *  buffer,
kSize  size 
)
protected

Protected virtual method that writes the specified number of bytes to the stream.

This method should be overridden by derived stream classes that support writing.

Parameters
streamStream object.
bufferBytes to be written to the stream.
sizeCount of bytes to be written.
Returns
Operation status.