index.md 1.3 KB

net / com.drake.net.body / NetResponseBody

NetResponseBody

class NetResponseBody : ResponseBody

Constructors

Name Summary
<init> NetResponseBody(responseBody: ResponseBody, progressListeners:ConcurrentLinkedQueue<ProgressListener>? = null, complete: (() ->Unit)? = null)

Functions

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