SecTransformCreateReadTransformWithReadStream(_:)
Creates a read transform from a read stream reference.
Declaration
func SecTransformCreateReadTransformWithReadStream(_ inputStream: CFReadStream) -> SecTransformParameters
- inputStream:
The stream that is to be opened and read from when the chain executes.
Return Value
A pointer to a new transform. In Objective-C, call the CFRelease function to free this object’s memory when you are done with it.