Esempio n. 1
0
InputBlob::InputBlob(const OutputBlob& blob)
    : m_data((const uint8*)blob.getData())
    , m_size(blob.getPos())
    , m_pos(0)
{}