@@ -17,4 +17,8 @@ namespace Invercargill.Wrap {
return new DataStructures.ByteBuffer.from_bytes(input);
}
+ public static ReadOnlyAddressableBytes base64_string(string input) {
+ return new DataStructures.ByteBuffer.from_base64(input);
+ }
+