Contents

init(dataItem:)

Creates a message that indicates a file handle reached the end of a file or the data.

Declaration

init(dataItem: Result<Data, POSIXError>)

Parameters

  • dataItem:

    A result instance that contains either the data read in or an error.