Decoder :: Constructor

01 Creates a decoder object.
02

[C++] Decoder(void const *pData, uint32 dataSize);
[C#] Decoder(byte[] data, uint dataSize);

03 Parameters:
  • pData / data: The array containing serialzed data.
  • dataSize: Amount of bytes stored in the data array.
04 This method uses SemysDecoderCreate() to create an decoder object.
05 [C++] The data pointed to pData must be valid for the lifetime of the Decoder.
06 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Coder Sub-System, Decoder, SemysDecoderCreate()

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.