26#ifndef TAGLIB_BYTEVECTORLIST_H
27#define TAGLIB_BYTEVECTORLIST_H
83 int byteAlign,
int max);
85 class ByteVectorListPrivate;
86 ByteVectorListPrivate *d;
A list of ByteVectors.
Definition: tbytevectorlist.h:42
virtual ~ByteVectorList()
static ByteVectorList split(const ByteVector &v, const ByteVector &pattern, int byteAlign=1)
ByteVector toByteVector(const ByteVector &separator=" ") const
ByteVectorList(const ByteVectorList &l)
static ByteVectorList split(const ByteVector &v, const ByteVector &pattern, int byteAlign, int max)
A byte vector.
Definition: tbytevector.h:46
A generic, implicitly shared list.
Definition: tlist.h:54
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
#define TAGLIB_EXPORT
Definition: taglib_export.h:40