Inheritance Graph
graph BT
StreamerPNG
StreamerPNG --> AbstractBitmapStreamer
click StreamerPNG "classUtil_1_1Serialization_1_1StreamerPNG"
click AbstractBitmapStreamer "classUtil_1_1Serialization_1_1AbstractBitmapStreamer"
Description
Public Functions
Public Static Functions
Documentation
function
Util::Serialization::StreamerPNG::StreamerPNG
Defined in Util/Serialization/StreamerPNG.h:26
function
Util::Serialization::StreamerPNG::~StreamerPNG
Defined in Util/Serialization/StreamerPNG.h:29
function
Util::Serialization::StreamerPNG::loadBitmap
Load a bitmap from the given stream.
Parameters
- input
- Use the data from the stream beginning at the preset position.
Returns
Bitmap object. The caller is responsible for the memory deallocation.
Defined in Util/Serialization/StreamerPNG.h:32
function
Util::Serialization::StreamerPNG::saveBitmap
Save a bitmap to the given stream.
Parameters
- bitmap
- Bitmap object to save.
- output
- Use the stream for writing beginning at the preset position.
Returns
true
if successful,false
otherwise.
Defined in Util/Serialization/StreamerPNG.h:33
function
Util::Serialization::StreamerPNG::init
Defined in Util/Serialization/StreamerPNG.h:35