Closes the value stream.
- (void)close;
SUPSampleAuthor * author = [SUPSampleAuthor findByPrimaryKey:authorID];
SUPBigString *text = author.biography;
NSString *stringToWrite = @"something";
[text openForWrite:[stringToWrite length]];
[text write:stringToWrite];
[text close];