/*
* File: DataSourceImager.h
*
* Copyright (c) Freescale Semiconductor, Inc. All rights reserved.
* See included license file for license details.
*/
#if !defined(_DataSourceImager_h_)
#define _DataSourceImager_h_
#include "Blob.h"
#include "DataSource.h"
namespace elftosb {
/*!
* \brief Converts a DataSource into a single binary buffer.
*/
class DataSourceImager : public Blob
{
public:
//! \brief Constructor.
DataSourceImager();