contentLength 属性

int contentLength
获取器/设置器对

获取并设置请求的内容长度。

如果事先不知道请求的大小,则将内容长度设置为 -1,这也是默认值。

实现

int contentLength = -1;