|
TagLib 1.11.1 (tfilestream.h Source File) |
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_FILESTREAM_H
27 #define TAGLIB_FILESTREAM_H
38 class AudioProperties;
55 FileStream(
FileName file,
bool openReadOnly =
false);
60 virtual ~FileStream();
70 ByteVector readBlock(
unsigned long length);
90 void insert(
const ByteVector &data,
unsigned long start = 0,
unsigned long replace = 0);
99 void removeBlock(
unsigned long start = 0,
unsigned long length = 0);
104 bool readOnly()
const;
118 void seek(
long offset,
Position p = Beginning);
138 void truncate(
long length);
145 static unsigned int bufferSize();
148 class FileStreamPrivate;
149 FileStreamPrivate *d;
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
Position
Definition: tiostream.h:89
const char * FileName
Definition: tiostream.h:78
A byte vector.
Definition: tbytevector.h:67
#define TAGLIB_EXPORT
Definition: taglib_export.h:40