#include <itunesdbwriter.h>
Public Member Functions | |
ItunesDBWriter (ItunesDBDataSource &trackdatasource) | |
void | write (QFile &file) |
void | writeSD (QFile &file) |
Static Public Member Functions | |
static uint | writeUTF16StringTypeMHOD (QDataStream &stream, Q_UINT32 type, QString data) |
uint itunesdb::ItunesDBWriter::writeUTF16StringTypeMHOD | ( | QDataStream & | stream, | |
Q_UINT32 | type, | |||
QString | data | |||
) | [static] |
Writes the given string data to the stream
void itunesdb::ItunesDBWriter::write | ( | QFile & | file | ) |
Writes the contents of the ItunesDBDataSource to the given file
file | the file to write the information to |
void itunesdb::ItunesDBWriter::writeSD | ( | QFile & | file | ) |
Writes the iTunesSD contents to the given file
file | the file to write the information to |