//okhttp/okhttp3/ResponseBody/contentLength
contentLength¶
[common]\ expect abstract fun contentLength(): Long
Returns the number of bytes in that will returned by bytes, or byteStream, or -1 if unknown.
[jvm, nonJvm]\ [jvm, nonJvm]\ actual abstract fun contentLength(): Long