MemoryStorage# PythonC++Currently, this API is unsupported in Python class MemoryStorage : public helayers::Storage# A memory only implementation of Storage. Public Functions virtual Buffer openForRead(const std::string &name) override# virtual Buffer openForWrite(const std::string &name) override# int64_t getSize() const# Returns the size of all data stored in this storage, in bytes.