Decoder

Undocumented in source.

Members

Functions

parseByte
void parseByte(ubyte bite)
Undocumented in source.
parseFile
void parseFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
parseStream
size_t parseStream(Stream stream, size_t chunkSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

errorState
IMGError errorState [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
image
Image image [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_errorState
IMGError m_errorState;
Undocumented in source.
m_image
Image m_image;
Undocumented in source.
m_logging
bool m_logging;
Undocumented in source.

Meta