Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kStream_VReadSomeImpl ( kStream  stream,
void *  buffer,
kSize  minCount,
kSize  maxCount,
kSize bytesRead 
)
protected

Protected virtual method that deallocates any resources owned by the object.

Parameters
streamStream object.
Returns
Operation status.
See also
kObject_VRelease. Protected virtual method that reads up to the specified number of bytes from the stream.

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

Parameters
streamStream object.
bufferDestination for bytes that are read.
minCountMinimum count of bytes to read.
maxCountMaximum count of bytes to read.
bytesReadReceives count of bytes read.
Returns
Operation status.