Opens the value stream for writing.
- (void)openForWrite :(SUPLong)newLength;
SUPSampleAuthor * author = [SUPSampleAuthor findByPrimaryKey:authorID];
SUPBigString *text = author.biography;
NSString *stringToWrite = @"something";
[text openForWrite:[stringToWrite length]];