Contents

init(contentsOfMappedFile:)

Initializes a data object with the contents of the mapped file specified by a given path.

Declaration

init?(contentsOfMappedFile path: String)

Parameters

  • path:

    The absolute path of the file from which to read data.

Return Value

A data object initialized by reading into it the mapped file specified by path.

See Also

Reading Data from a File