ofStream

fun ofStream(source: ParcelFileDescriptor, contentType: String, contentLength: Long): Bundle

Envelopes an open read stream: the descriptor the caller reads and must close, plus the content type and the length (contentLength is -1 when the server advertised none).

The body itself is never parcelled — it would not survive the Binder transaction limit.