// test object that includes user types for each supported storage with // both small subtype (<16) and big subtype (>16) \xE2 // [type] object (container) \x80\x00\x00\xA9 // [size] container total size \x0E // [count] key/value pairs \x06empty1 // key \x05 // [type] = empty, subtype 5 \x06empty2 // key \x10\x14 // [type] = empty, subtype 20 \x05byte1 // key \x26 // [type] = byte, subtype 6 \x3E // [data] (62) \x05byte2 // key \x30\x28 // [type] = byte, subtype 40 \x3D // [data] (61) \x05word1 // key \x47 // [type] = word, subtype 7 \x18\x76 // [data] (6262) \x05word2 // key \x50\x50 // [type] = word, subtype 80 \x18\x11 // [data] (6161) \x06dword1 // key \x68 // [type] = dword, subtype 8 \x03\xBB\x99\xD6 // [data] (62626262) \x06dword2 // key \x70\xA0 // [type] = dword, subtype 160 \x03\xAC\x30\x21 // [data] (61616161) \x06qword1 // key \x89 // [type] = qword, subtype 9 \x00\x16\x3F\xD3 \x4D\xBE\xAF\xD6 // [data] (6262626262626262) \x06qword2 // key \x91\x40 // [type] = qword, subtype 320 \x00\x15\xE3\xF5 \x0E\x8E\x31\x21 // [data] (6161616161616161) \x05text1 // key \xAA // [type] = user text, subtype 10 \x04 // [size] Text\x00 // [data] (null terminated) \x05text2 // key \xB2\x85 // [type] = user text, subtype 645 \x04 // [size] Date\x00 // [data] (null terminated) \x05blob1 // key \xCF // [type] = blob, subtype 15 \x04 // [size] \x62\x61\x62\x61 // [data] (bytes) \x05blob2 // key \xDF\xFF // [type] = blob, subtype 4095 \x04 // [size] \x61\x62\x61\x62 // [data] (bytes)