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:
  • coder: The coder from which to decode.
  • pData: Pointer to a byte array that should store the data.
  • size: How many bytes to read.
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.