26#ifndef TAGLIB_FILESTREAM_H
27#define TAGLIB_FILESTREAM_H
60 FileStream(
int fileDescriptor,
bool openReadOnly =
false);
95 void insert(
const ByteVector &data,
unsigned long start = 0,
unsigned long replace = 0);
153 class FileStreamPrivate;
154 FileStreamPrivate *d;
A simple, abstract interface to common audio properties.
Definition audioproperties.h:43
A byte vector.
Definition tbytevector.h:46
void seek(long offset, Position p=Beginning)
void removeBlock(unsigned long start=0, unsigned long length=0)
FileStream(int fileDescriptor, bool openReadOnly=false)
void insert(const ByteVector &data, unsigned long start=0, unsigned long replace=0)
void truncate(long length)
static unsigned int bufferSize()
void writeBlock(const ByteVector &data)
ByteVector readBlock(unsigned long length)
FileStream(FileName file, bool openReadOnly=false)
Position
Definition tiostream.h:68
@ Beginning
Seek from the beginning of the file.
Definition tiostream.h:70
A wide string class suitable for unicode.
Definition tstring.h:85
A namespace for all TagLib related classes and functions.
Definition apefile.h:41
const char * FileName
Definition tiostream.h:57
#define TAGLIB_EXPORT
Definition taglib_export.h:40