Class CFPropertyList::CFData
In: rbCFTypes.rb
Parent: CFType

This class contains binary data values

Methods

decoded_value   new   to_binary   to_xml  

Constants

DATA_BASE64 = 0   Base64 encoded data
DATA_RAW = 1   Raw data

Public Class methods

set value to defined state, either base64 encoded or raw

Public Instance methods

get base64 decoded value

convert to binary

convert to XML

[Validate]