类 RealResponseBody
java.lang.Object
com.lark.oapi.okhttp.ResponseBody
com.lark.oapi.okhttp.internal.http.RealResponseBody
- 所有已实现的接口:
Closeable,AutoCloseable
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明longReturns the number of bytes in that will returned byResponseBody.bytes(), orResponseBody.byteStream(), or -1 if unknown.source()从类继承的方法 com.lark.oapi.okhttp.ResponseBody
bytes, byteStream, charStream, close, create, create, create, create, string
-
构造器详细资料
-
RealResponseBody
public RealResponseBody(@Nullable String contentTypeString, long contentLength, BufferedSource source)
-
-
方法详细资料
-
contentType
- 指定者:
contentType在类中ResponseBody
-
contentLength
public long contentLength()从类复制的说明:ResponseBodyReturns the number of bytes in that will returned byResponseBody.bytes(), orResponseBody.byteStream(), or -1 if unknown.- 指定者:
contentLength在类中ResponseBody
-
source
- 指定者:
source在类中ResponseBody
-