Arch Sub-System: Coder - Decoder

01 A Coder class for decoding.
02

[C++] class Decoder: public Coder
[C#] sealed class Decoder: Coder, IDisposable

03

Public Methods

TypeNameDescription
Constructor() Creates a decoder object.
void[C#] Dispose() Destroys the contained coder and temporary data array.
04 For information on the abstract methods required by the Coder base class, see its description for details.
05 [C++] The Decoder throws this if any decoding function failed.
[C#] The Decoder throws a System.IO.EndOfStreamException if any decoding function failed.
06 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Coder Sub-System, Coder

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