Instance Method
postRead(_:format:) postRead:format: postRead_format_
Performs post-read operations.
Declaration
func postRead(_ error: NSErrorPointer, format formatVersion: GSFormatVersion) -> BoolDeclaration
- (BOOL) postRead:(NSError **) error format:(GSFormatVersion) formatVersion;Declaration
postRead_format_(formatVersion: GSFormatVersion) -> tuple[bool, NSError]Parameters
errorA pointer to an NSError object to store any error that occurs.
formatVersionThe format version.
Return Value
YES if successful, NO otherwise.