SemysDecoderReadRawData |
01 | Decodes a byte array of arbitrary size at the current position and increments the position. |
02 |
int32 SemysDecoderReadRawData(HSemysCoder coder, void *pData, uint32 size); |
03 |
Parameters:
|
04 |
Return Values: Nonzero if the Data could be decoded or 0 otherwise (end of stream). |
05 | Length information is not stored automatically in the stream. |
06 |
Reference: SemysCoder.h Implementation: Semys Library See Also: Coder Sub-System, SemysEncoderWriteRawData() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |