SDMODataPropertyValueBinary class

Deprecated. Binary

Syntax

@interface SDMODataPropertyValueBinary : SDMODataPropertyValueObject

Base class

Members

All members of SDMODataPropertyValueBinary, including inherited members.

Methods
Method Description
- (NSMutableData *) getBinaryData Decodes the stored base64 string and returns the decoded data (mutable)
- (void) setBinaryData: (NSData *) newValue Base64 encodes the passed data and stores the result as string.
Inherited members from SDMODataPropertyValueObject