|
MIRA
|
PNG Codec class that can be used together with a BinarySerializer to encode images as PNG. More...
#include <codec/PngCodec.h>

Public Member Functions | |
| virtual TypeId | getSupportedTypeId () const |
| Implementation of BinarySerializerCodec. More... | |
| virtual Fourcc | getFourcc () const |
| Buffer< uint8 > | encode (const T &object) |
| void | decode (const Buffer< uint8 > &data, T &ioObject) |
| Class const & | getClass () const |
Static Public Member Functions | |
| static BinarySerializerCodecPtr | createCodec (Fourcc fourcc) |
| static PseudoClass const & | CLASS () |
Protected Member Functions | |
| virtual Buffer< uint8 > | encodeBuffer (TypedVoidConstPtr objectPtr) |
| Implementation of BinarySerializerCodec. More... | |
| virtual void | decodeBuffer (const Buffer< uint8 > &data, TypedVoidPtr ioObjectPtr) |
| Implementation of BinarySerializerCodec. More... | |
| virtual Class const & | internalGetClass () const=0 |
PNG Codec class that can be used together with a BinarySerializer to encode images as PNG.
|
virtual |
Implementation of BinarySerializerCodec.
Implements BinarySerializerCodec.
|
protectedvirtual |
Implementation of BinarySerializerCodec.
Implements BinarySerializerCodec.
|
protectedvirtual |
Implementation of BinarySerializerCodec.
Implements BinarySerializerCodec.
1.8.14