#include <modfilebase.h>
List of all members.
Constructor & Destructor Documentation
TagLib::Mod::FileBase::FileBase |
( |
FileName |
file | ) |
[protected] |
TagLib::Mod::FileBase::FileBase |
( |
IOStream * |
stream | ) |
[protected] |
Member Function Documentation
bool TagLib::Mod::FileBase::readByte |
( |
unsigned char & |
byte | ) |
[protected] |
bool TagLib::Mod::FileBase::readString |
( |
String & |
s, |
|
|
unsigned long |
size |
|
) |
| [protected] |
bool TagLib::Mod::FileBase::readU16B |
( |
unsigned short & |
number | ) |
[protected] |
bool TagLib::Mod::FileBase::readU16L |
( |
unsigned short & |
number | ) |
[protected] |
bool TagLib::Mod::FileBase::readU32B |
( |
unsigned long & |
number | ) |
[protected] |
bool TagLib::Mod::FileBase::readU32L |
( |
unsigned long & |
number | ) |
[protected] |
void TagLib::Mod::FileBase::writeByte |
( |
unsigned char |
byte | ) |
[protected] |
void TagLib::Mod::FileBase::writeString |
( |
const String & |
s, |
|
|
unsigned long |
size, |
|
|
char |
padding = 0 |
|
) |
| [protected] |
void TagLib::Mod::FileBase::writeU16B |
( |
unsigned short |
number | ) |
[protected] |
void TagLib::Mod::FileBase::writeU16L |
( |
unsigned short |
number | ) |
[protected] |
void TagLib::Mod::FileBase::writeU32B |
( |
unsigned long |
number | ) |
[protected] |
void TagLib::Mod::FileBase::writeU32L |
( |
unsigned long |
number | ) |
[protected] |
The documentation for this class was generated from the following file: