X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=CollectionReader.h;h=6e8f373414878fe18289c80e9cfec554d54ef250;hb=f986eb900eaf15a3c46404f6156b24eb03fc7fbe;hp=72f652a50c5704266ceea2ed4c01c6fe3af57b37;hpb=ee4c05de3061d1d7abfd1710823442cbc0cfbf46;p=ecparse.git diff --git a/CollectionReader.h b/CollectionReader.h index 72f652a..6e8f373 100644 --- a/CollectionReader.h +++ b/CollectionReader.h @@ -7,6 +7,8 @@ #include "ReaderInput.h" #include "ED2KLink.h" #include "GrowingBuffer.h" +#include "StringTag.h" +#include "BlobTag.h" class CollectionReader { @@ -22,6 +24,9 @@ private: bool ensureBufferCapacity(size_t byteCount); void readMoreBytes(); + BlobTag* readBlobTag(bool hader); + StringTag* readStringTag(bool header); + private: ReaderInput* readerInput; GrowingBuffer growingBuffer;