Instance Method
postRead(_:format:) postRead:format: postRead_format_
Declaration
func postRead(_ error: NSErrorPointer, format formatVersion: GSFormatVersion) -> BoolDeclaration
- (BOOL) postRead:(NSError **) error format:(GSFormatVersion) formatVersion;Declaration
postRead_format_(formatVersion: GSFormatVersion) -> tuple[bool, NSError]