From f79794995d0cfe0af59737f9c7dba683a1ccfe84 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 18 Jun 2019 18:39:38 -0700 Subject: Doens't build yet, but the BlobBuilder is in progress. --- src/unstable/blobbuilder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/unstable/blobbuilder.h') diff --git a/src/unstable/blobbuilder.h b/src/unstable/blobbuilder.h index 5416cb4..c1dbed1 100644 --- a/src/unstable/blobbuilder.h +++ b/src/unstable/blobbuilder.h @@ -37,6 +37,7 @@ namespace Bu virtual ~BlobBuilderCore(); void clear(); + void append( const *pSrc, int32_t iLength ); Chunk *pFirst; Chunk *pLast; @@ -66,6 +67,8 @@ namespace Bu void clear(); int32_t getSize() const; + Blob getBlob() const; + BlobBuilder &operator=( const Blob &rSrc ); BlobBuilder &operator=( const char *pSrc ); BlobBuilder &operator+=( const Blob &rSrc ); -- cgit v1.2.3