26 #ifndef TAGLIB_FILESTREAM_H 27 #define TAGLIB_FILESTREAM_H 38 class AudioProperties;
60 FileStream(
int fileDescriptor,
bool openReadOnly =
false);
95 void insert(
const ByteVector &data,
unsigned long start = 0,
unsigned long replace = 0);
104 void removeBlock(
unsigned long start = 0,
unsigned long length = 0);
109 bool readOnly()
const;
123 void seek(
long offset,
Position p = Beginning);
143 void truncate(
long length);
150 static unsigned int bufferSize();
153 class FileStreamPrivate;
154 FileStreamPrivate *d;
A file class with some useful methods for tag manipulation.
Definition: tfilestream.h:48
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:62
Position
Definition: tiostream.h:68
A byte vector.
Definition: tbytevector.h:45
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
const char * FileName
Definition: tiostream.h:57
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41