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.
Creates a message that indicates a file handle reached the end of a file or the data.
init(dataItem: Result<Data, POSIXError>)A result instance that contains either the data read in or an error.