2.2.3.16 Bytes8Text Record (0x9E)

This structure represents attribute or element content.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Length

Bytes (variable)

...

Length (1 byte): This is the length, in bytes, of the binary data and is represented as UINT8.

Bytes (variable): The binary data.

This record MUST be interpreted as the characters obtained by encoding the bytes in base64 as specified in [RFC3548].

For example, if length is 3 and bytes = { 0x01, 0x02, 0x03 }, this record is interpreted as the following characters.

 AQID

If length is 1 and bytes = { 0xFF }, this record MUST be interpreted as the following characters.

            
 /w==