Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSKeyedUnarchiverMBS class.

NSKeyedUnarchiverMBS.Constructor(data as memoryblock)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Cocoa MBS MacBase Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Initializes the receiver for decoding an archive previously encoded by NSKeyedArchiverMBS.

When you finish decoding data, you should invoke finishDecoding.
This method raises an NSExceptionMBS if data is not a valid archive.

NSKeyedUnarchiverMBS.finishDecoding

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Cocoa MBS MacBase Plugin 13.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Tells the receiver that you are finished decoding objects.

Invoking this method allows the receiver to notify its delegate and to perform any final operations on the archive. Once this method is invoked, the receiver cannot decode any further values.

The items on this page are in the following plugins: MBS MacBase Plugin.


The biggest plugin in space...