26#ifndef TAGLIB_TAGUTILS_H
27#define TAGLIB_TAGUTILS_H
31#ifndef DO_NOT_DOCUMENT
42 long findID3v1(File *file);
44 long findID3v2(File *file);
46 long findAPE(File *file,
long id3v1Location);
48 ByteVector readHeader(IOStream *stream,
unsigned int length,
bool skipID3v2,
49 long *headerOffset = 0);
A file class with some useful methods for tag manipulation.
Definition tfile.h:51
An abstract class that provides operations on a sequence of bytes.
Definition tiostream.h:63
A namespace for all TagLib related classes and functions.
Definition apefile.h:41