Contents

init(serializedRepresentation:)

Initializes the receiver as a regular-file file wrapper from given serialized data.

Declaration

init?(serializedRepresentation serializeRepresentation: Data)

Parameters

Return Value

Regular-file file wrapper initialized from serializedRepresentation.

Discussion

The file wrapper is not associated with a file-system node until you save it using write(to:options:originalContentsURL:).

See Also

Related Documentation

Creating File Wrappers