Contents

formatReader(with:options:)

Creates a new format reader with the byte source and options that you specify.

Declaration

func formatReader(with primaryByteSource: MEByteSource, options: MEFormatReaderInstantiationOptions?) throws -> any MEFormatReader

Parameters

  • primaryByteSource:

    The primary byte source for the format reader.

  • options:

    The reader instantiation options.

Return Value

A new format reader.

See Also

Creating a format reader