From 00cef0e9a21e1ee07d622bb05c3a7e4e56425723 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 25 May 2019 00:19:04 -0700 Subject: Started Bu::Text and Bu::Blob. These will someday replace Bu::String and Bu::UtfString. The plan is to support more encodings in the Text class than just Unicode, Blob and Text will not be shared core, but the Builders will be, making Text and Blob objects much safer in multi-threaded programs. --- src/unstable/blobbuilder.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/unstable/blobbuilder.h (limited to 'src/unstable/blobbuilder.h') diff --git a/src/unstable/blobbuilder.h b/src/unstable/blobbuilder.h new file mode 100644 index 0000000..73271f8 --- /dev/null +++ b/src/unstable/blobbuilder.h @@ -0,0 +1,8 @@ +/* + * Copyright (C) 2007-2019 Xagasoft, All rights reserved. + * + * This file is part of the libbu++ library and is released under the + * terms of the license contained in the file LICENSE. + */ + + -- cgit v1.2.3