net / com.drake.net.body / NetResponseBody
class NetResponseBody : ResponseBody
Name | Summary |
---|---|
<init> | NetResponseBody(responseBody: ResponseBody, progressListeners: ConcurrentLinkedQueue < ProgressListener >? = null, complete: (() -> Unit )? = null) |
Name | Summary |
---|---|
contentLength | fun contentLength(): Long |
contentType | fun contentType(): MediaType? |
peekString | 复制一段指定长度的字符串内容fun peekString(byteCount: Long = 1024 * 1024 * 4, discard: Boolean = false): String |
source | fun source(): BufferedSource |