readPart

abstract suspend fun readPart(): PartData?(source)

Reads next part data or null if the end of multipart stream encountered.

Report a problem