@@ -50,6 +50,11 @@ namespace data {
return true;
}
/** fill with a value */
void Fill(uint8_t c) {
memset(m_Buf, c, sz);
std::string ToBase64 () const
{
char str[sz*2];
The note is not visible to the blocked user.