4.15. General encapsulated object
In this frame any type of file can be encapsulated. After the header,
'Frame size' and 'Encoding' follows 'MIME type' [MIME] represented as
as a terminated string encoded with ISO 8859-1 [ISO-8859-1]. The
filename is case sensitive and is encoded as 'Encoding'. Then follows
a content description as terminated string, encoded as 'Encoding'.
The last thing in the frame is the actual object. The first two
strings may be omitted, leaving only their terminations. MIME type is
always an ISO-8859-1 text string. There may be more than one "GEOB"
frame in each tag, but only one with the same content descriptor.
<Header for 'General encapsulated object', ID: "GEOB">
Text encoding $xx
MIME type
<text string> $00
Filename <text string according to encoding> $00 (00)
Content description <text string according to encoding> $00 (00)
Encapsulated object <binary data>
@author Eric Farng
@version $Revision: 1.4 $