27#include <buteosyncml5/SyncItem.h>
72 virtual bool read( qint64 aOffset, qint64 aLength, QByteArray& aData )
const;
77 virtual bool write( qint64 aOffset,
const QByteArray& aData );
88 Buteo::StorageItem* iItem;
Adapter to adapt framework storage item to SyncML stack sync item.
Definition ItemAdapter.h:37
virtual bool write(qint64 aOffset, const QByteArray &aData)
virtual qint64 getSize() const
Buteo::StorageItem & getItem() const
Return the FW item instance.
bool isValid()
Returns if this adapter instance is valid.
ItemAdapter(Buteo::StorageItem *aItem)
Constructor.
virtual bool read(qint64 aOffset, qint64 aLength, QByteArray &aData) const
virtual ~ItemAdapter()
Destructor.
virtual bool resize(qint64 aLen)