|
TagLib 1.11.1 (tbytevectorstream.h Source File) |
|
|
|
Go to the documentation of this file.
26 #ifndef TAGLIB_BYTEVECTORSTREAM_H
27 #define TAGLIB_BYTEVECTORSTREAM_H
38 class AudioProperties;
84 void insert(
const ByteVector &data,
unsigned long start = 0,
unsigned long replace = 0);
93 void removeBlock(
unsigned long start = 0,
unsigned long length = 0);
139 class ByteVectorStreamPrivate;
140 ByteVectorStreamPrivate *d;
ByteVectorStream(const ByteVector &data)
ByteVector readBlock(unsigned long length)
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41
In-memory Stream class using ByteVector for its storage.
Definition: tbytevectorstream.h:43
void writeBlock(const ByteVector &data)
Position
Definition: tiostream.h:68
void insert(const ByteVector &data, unsigned long start=0, unsigned long replace=0)
const char * FileName
Definition: tiostream.h:57
A byte vector.
Definition: tbytevector.h:46
#define TAGLIB_EXPORT
Definition: taglib_export.h:40
void seek(long offset, Position p=Beginning)
void truncate(long length)
virtual ~ByteVectorStream()
void removeBlock(unsigned long start=0, unsigned long length=0)
An abstract class that provides operations on a sequence of bytes.
Definition: tiostream.h:63