virtual s32 Read( void* buf, u32 length );
| Name | Description | |
|---|---|---|
| out | buf | Pointer to the buffer where data to be read is stored. The alignment of this data must match the alignment obtained using the GetBufferAlign function. |
| in | length | Data size to be read. The alignment of this data must match the alignment obtained using the GetSizeAlign function. |
Reads data from the stream (synchronous process).
CONFIDENTIAL