openForWrite

Opens the value stream for writing.

Any previous contents of the value will be discarded. Throws an SUPObjectNotSavedException if this SUPBigString object is an attribute of an entity that has not yet been created in the database.

Syntax

- (void)openForWrite :(SUPLong)newLength;

Parameters

Examples