Class: BinData#
The contents of this element are base64-encoded.
These are not CDATA sections, just a base64 stream.
Attributes#
value : bytes (The BinData value). compression : BinData_Compression Specifies the compression scheme used to encode the data. big_endian : bool This is true if the binary data was written in BigEndian order. This is dependent on the system architecture of the machine that wrote the pixels. True for essentially all modern CPUs other than Intel and Alpha. All Binary data must be written in the same endian order. length : int Character count attribute for the BinData field. This is the length of the base-64 encoded block. It allows easy skipping of the block when parsing the file. [unit:bytes]
URI: core:BinData